View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mcasteel[_45_] Mcasteel[_45_] is offline
external usenet poster
 
Posts: 1
Default auto run macro on workbook open


I knew it was easy:


PRIVATE SUB WORKBOOK_OPEN()
Workbooks(1).Sheets("Customer Tracking").Activate
FRMCUSTENROLLMENT.SHOW
End Sub


--
Mcasteel
------------------------------------------------------------------------
Mcasteel's Profile: http://www.excelforum.com/member.php...o&userid=15698
View this thread: http://www.excelforum.com/showthread...hreadid=278291