I have a macro that I activate in Sheet1.
It includes the following:
FR=100
FC=2
Sheets("Quotes Database").Cells(FR, FC).Select
My intention is simply to jump to the other worksheet (Quotes Database) and go to the specified cell. However, the macro causes an error - Runtime Error 1004 Slect method of Range class failed.
Can anyone help?
Thanks,
MikeG
It includes the following:
FR=100
FC=2
Sheets("Quotes Database").Cells(FR, FC).Select
My intention is simply to jump to the other worksheet (Quotes Database) and go to the specified cell. However, the macro causes an error - Runtime Error 1004 Slect method of Range class failed.
Can anyone help?
Thanks,
MikeG