Thread: Startup
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
GregJG[_17_] GregJG[_17_] is offline
external usenet poster
 
Posts: 1
Default Startup

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