Add-in too slow to load

N

NAdir

Thanks for your previous answers,
The first time I connect my add-in to visio through "Macro menu", it takes
too long time to load, about 30 seconds. Is there any way to reduce this
time, my add-in size is just few megabytes. Any suggestion ?
 
P

Paul Herber

Thanks for your previous answers,
The first time I connect my add-in to visio through "Macro menu", it takes
too long time to load, about 30 seconds. Is there any way to reduce this
time, my add-in size is just few megabytes. Any suggestion ?

Is your add-in written in vba? If so, a few MB will be slow. You may
need to write it in a compiled language.
 
N

NAdir

Thanks but my add-in is written in VB .NET 2003 and I cant do much size
optimization. I debugged the program and I realized the connection is too
long (connection subroutine). So my goal is to show a progress bar to the
user while the add-in is connecting to visio... any suggestion? :)
 

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