Hi Samuel
You need to place the following code in the ThisWorkbook module of the
workbook:
Private Sub Workbook_Open()
Sheets("User Select").Activate
End Sub
Which will automatically activate the given sheet when the workbook is
opened.
Hope this helps!
Richard
--
RichardSchollar
------------------------------------------------------------------------
RichardSchollar's Profile:
http://www.excelforum.com/member.php...o&userid=34698
View this thread:
http://www.excelforum.com/showthread...hreadid=545788