turtlejack
Technical User
Sub ResizeRng()
x =(g20)
Selection.resize(7, x).Select
End Sub
I want to resize a range using the value from cell g20.This value will not always be the same, so, i want to use a variable, to identify/refer/call,,,etc. this cell..
please help
x =(g20)
Selection.resize(7, x).Select
End Sub
I want to resize a range using the value from cell g20.This value will not always be the same, so, i want to use a variable, to identify/refer/call,,,etc. this cell..
please help