T
Todd
Run time error 91 just started popping up on a macro that
you all helped me with months ago.
erro 91 says object variable or With block variable not set
The Marco is:
Sub gotoselection()
x = Cells.Find(InputBox("Enter number to find")).Address
Application.Goto reference:=Range(x).Offset(, -2)
End Sub
I occasionaly change the -2 to a different number but it
always worked.
whats going on?
I am in column c right now and need to jump 2 spaces to
left so should be -2 like have been doing
you all helped me with months ago.
erro 91 says object variable or With block variable not set
The Marco is:
Sub gotoselection()
x = Cells.Find(InputBox("Enter number to find")).Address
Application.Goto reference:=Range(x).Offset(, -2)
End Sub
I occasionaly change the -2 to a different number but it
always worked.
whats going on?
I am in column c right now and need to jump 2 spaces to
left so should be -2 like have been doing