View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Passing parameters to a called add-in...

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)

"Trevor" wrote in message
...
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