Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Excel macro started in Access


Message #1 by "Steven Van Aken" <svanaken@m...> on Mon, 22 Apr 2002 09:33:16
Hello,
How do I start a macro in an Excel file in Access 2000?
Message #2 by "Leo Scott" <leoscott@c...> on Mon, 22 Apr 2002 08:51:34 -0700
Dim appExcel as Excel.Application

appExcel.Run("Public Sub or Function name", Argument1, Argument2,
Argument_etc)

If it is a function and you want to return a value then

Variable = appExcel.Run(...

|-----Original Message-----
|From: Steven Van Aken [mailto:svanaken@m...]
|Sent: Monday, April 22, 2002 9:33 AM
|To: Access
|Subject: [access] Excel macro started in Access
|
|
|Hello,
|How do I start a macro in an Excel file in Access 2000?
|


  Return to Index