View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default call external macro

What did you try?

I would have guessed that:
x = Application.Run("'YourAdd-in.xla'!YourSubName", Arg1, Arg2)

would have worked fine.

gm139 wrote:

I have tried your second suggestion, that is exactly what I would like
to do.

In my .xla add-in I have a subroutine called "Import".

When I try to run it from my workbook I get an error.

What is the syntax to be used to call a sub or function in an xla
file?

I have tried several different syntax but no one works.

--
gm139
------------------------------------------------------------------------
gm139's Profile: http://www.excelforum.com/member.php...o&userid=26951
View this thread: http://www.excelforum.com/showthread...hreadid=510211


--

Dave Peterson