Hi!
I'm just learning about excel macros and need one that will do something along the following (end result being goto cell row 25, column D in this example:
1) Cell a1 = 25 (or any # that's provided by the user in this cell)
2) Goto row value in a1, column D
Next, I'd like a slightly different macro that will go to any row and column input by the user.
1) Cell a1 = 10 (input cell for row #)
2) cell a2 = F (input cell for column)
3) Goto row a1 (=10) column a2 (=F)
I know the above macros are incredibly simple but I'm just at the moment not getting how to do it. Any assistance for this newbie is really appreciated!!
Bill
8^)
I'm just learning about excel macros and need one that will do something along the following (end result being goto cell row 25, column D in this example:
1) Cell a1 = 25 (or any # that's provided by the user in this cell)
2) Goto row value in a1, column D
Next, I'd like a slightly different macro that will go to any row and column input by the user.
1) Cell a1 = 10 (input cell for row #)
2) cell a2 = F (input cell for column)
3) Goto row a1 (=10) column a2 (=F)
I know the above macros are incredibly simple but I'm just at the moment not getting how to do it. Any assistance for this newbie is really appreciated!!
Bill
8^)