Passing parameters to a called add-in...

T

Trevor

Hello All,

I have a macro that calls some add-in functions I
installed. I do not have access to the source code for
these add-in functions. When the add-in is called, it
displays a form requesting user input in order to complete
the task. I want to be able to pass that input to the
form without the user getting involved. Is this possible
or do I need to recreate the code for whatever the add-in
function is doing in order to do this?

Any help would be much appreciated,

Trevor
 
B

Bob Phillips

Unless the add-in has an entry point that by-passes the form display, you
will have to in put the values in the form, or crack the password.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

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