Open an Excel file

  • Thread starter Thread starter gb
  • Start date Start date
G

gb

Hello

I have a macro that exports all the information from a table into Excel.
After exporting, I would like the macro to then open the file the
information was exported to. How do I do this, please? Can it be achieved
by a macro or do I need to use vba?

Thank you

gb
 
Thanks Ken. I worked it out after a while how the info should be presented
within this line.

gb

Check out RunApp macro action.
 
Back
Top