Open an Excel file

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
 
G

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.
 
Top