How do I debug .dot file?

Z

Zoo

Hi,
How do I debug .dot file?
I can view the source code while not running.
But , I can't do that while running.
In the case of PowerPoint vba , there's a registry key 'DebugAddins' to
unlock the project.
Is there a similar key or any workaround to debug a dot file while it's
running?
 
C

Cindy M.

Hi Zoo,
How do I debug .dot file?
I can view the source code while not running.
But , I can't do that while running.
In the case of PowerPoint vba , there's a registry key 'DebugAddins' to
unlock the project.
Is there a similar key or any workaround to debug a dot file while it's
running?
This depends on how you're using the dot file. Is it attached to a
document, or is it an Add-in?

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 
Z

Zoo

Thank you for you reply, Cindy.

It is an addin.
As you've said , when I open it as a document from Explorer.exe I can debug
it.
The question is when I open it as an addin.
What should I do?
 
C

Cindy M.

Hi Zoo,
It is an addin.
As you've said , when I open it as a document from Explorer.exe I can debug
it.
The question is when I open it as an addin.
What should I do?
What usually works for me is to open the template from its Add-in location (so
it's open as a document - it will also be available as an add-in). Set a break
point in the module. Then do whatever it is you do (starting from a DIFFERENT
document) to run the macros.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 

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

Top