My code is in standard module of a workbook. I want to select a range in say sheet3. If I use
Worksheets("sheet3").Range(Cells(1,1), Cells(5,5)).Select
it won'r work ( gives run time error ) unless sheet3 is activated before I execute this line of code.
What is the syntax to use Range property on a sheet which has not been activated?
A V Veerkar
Bookmarks