View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
RichardSchollar RichardSchollar is offline
external usenet poster
 
Posts: 196
Default Which Fires First?

Hi

The Workbook_Open event that fires first - ie before Auto_Open.

Best regards

Richard


On 22 Feb, 14:19, "okrob" wrote:
Which code would fire first, the workbook_Open event in the
ThisWorkbook module, or Auto_Open in a general code module?
Either way, I need to make sure the ThisWorkbook code fires first.
Rob