Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Steven wrote:
vGoToSheet = ActiveCell.Value Sheets(vGoToSheet).Select Range("A3").Select Question: How do you tell excel to go to Range("A3") in the sheet you just select. They way it is above causes an error on the Range("A3").Select Thank you, Steven Cells(3,1).select |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi John,
Yes thats the right way to refer to a cell in a worksheet. Do you have the code in a sheet? Try putting the code in any modeule and run from there. Regards Ankur Knahcan www.xlmacros.com John Smith wrote: Steven wrote: vGoToSheet = ActiveCell.Value Sheets(vGoToSheet).Select Range("A3").Select Question: How do you tell excel to go to Range("A3") in the sheet you just select. They way it is above causes an error on the Range("A3").Select Thank you, Steven Cells(3,1).select |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Solver internal erorr message | Excel Discussion (Misc queries) | |||
Erorr when 'edit query' | Excel Discussion (Misc queries) | |||
Error Handling to mitigate "Run Time Erorr 13 Type Mismatch" | Excel Programming |