C
Colin Hayes
HI
I'm trying to put code in the open workbook area so that sheet1 and
sheet2 both open with the cursor on A200.
I'm getting errors with this code :
Sheets("Sheet1").Range("A200").Select
Sheets("Sheet2").Range("A200").Select
Can anybody advise how to do this?
Thanks
I'm trying to put code in the open workbook area so that sheet1 and
sheet2 both open with the cursor on A200.
I'm getting errors with this code :
Sheets("Sheet1").Range("A200").Select
Sheets("Sheet2").Range("A200").Select
Can anybody advise how to do this?
Thanks