if what your looking for is that you when a workbook is opened , i
always opens on the same sheet and a certain cell. this is the code.
Private Sub Workbook_Open()
Sheets("Name").Select
Range("A1").Select
End Su
--
Message posted from
http://www.ExcelForum.com