Send report to Excel

  • Thread starter Thread starter anjee
  • Start date Start date
A

anjee

I have created a macro in my Access application that uses the
RunCommand action with the SendToExcel command. When I run my report
in print preview mode this option (Send To Excel...) is grayed out or
disabled. I am using the runtime version of 2003 and my version of
Excel is also 2003. Is this a missing reference issue? An add-in
that was not installed? Any help is appreciated.
 
I have created a macro in my Access application that uses the
RunCommand action with the SendToExcel command.  When I run my report
in print preview mode this option (Send To Excel...) is grayed out or
disabled.  I am using the runtime version of 2003 and my version of
Excel is also 2003.  Is this a missing reference issue?  An add-in
that was not installed?  Any help is appreciated.

Sorry the action that I use is 'OutputToExcel' and not 'SendToExcel'.
 
Back
Top