Question : Use Access VBA to run execute an Excel macro.

I want to run an Excel macro (or the commands therein) from MS Access Visual Basic.  

Answer : Use Access VBA to run execute an Excel macro.

ok, I think to run the macro u can do this


objWB.Run "Book1!Macro1"

if Macro1 is part of book1

or just specify Macro name

Random Solutions  
 
programming4us programming4us