Debugging Excel-Start?

  • Thread starter Thread starter Florian Reiser
  • Start date Start date
F

Florian Reiser

Hello,

one excel workbook has a very long loading time.
How can I see, what excel does?

The workbook is several excel-versions old.
Maybe that is causing the long loading times.

With kind regards

Florian Reiser
 
You can add Stop statement to WorkBook_Open event or AutoOpen procedure. After that save the workbook, close and re-open. While it is opening, VBA editor will appear and code execution will stopped. Now you can trace the code execution by pressing F8.

--
Haldun Alay
"Florian Reiser" <[email protected]>, haber iletisinde þunlarý yazdý:[email protected]...
Hello,

one excel workbook has a very long loading time.
How can I see, what excel does?

The workbook is several excel-versions old.
Maybe that is causing the long loading times.

With kind regards

Florian Reiser
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top