View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MLT[_2_] MLT[_2_] is offline
external usenet poster
 
Posts: 3
Default Run macro when worksheet is opened

Nevermind, I figured it out. Since this was the only worksheet, I should
have used Workbook_Open() instead of Worksheet_Activate().