View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eric[_27_] Eric[_27_] is offline
external usenet poster
 
Posts: 43
Default opening in break mode?

I seem to have a timing issue with a large workbook and project I'm working
on.

When I first open the workbook, I get an Object Not Set error, but when I
run the start procedure from the workbook's open event, it runs fine.

I tried to put a break in the method and save it, but VBA apparently doesn't
persist breakpoints.

Is there some event that would trigger after all my vba project and
workbook is loaded? I already have a method in my activate event.

Would making this an add-in help at all??

TIA!