Hello:
Please refer to the code below.
As you can see
' Sheets("1").Select is commented
I want a VB Macro to uncomment that line and comment out line Sheets("2").Select
Please let know if any questions.
Riz
![]()
Sub Auto_Open() ' Sheets("1").Select Sheets("2").Select End Sub
Bookmarks