prabha_friend
Prabhakaran Karuppaih
- Local time
- Today, 17:23
- Joined
- Mar 22, 2009
- Messages
- 936
Hi All,
I am Exporting a file from a Query using the ImportExportSpreadsheet action. I want to save that exported file to particular location. The problem is there is a static path but with a little dynamics in it. The Actual path:
C:\Users\N623905\Desktop\1137\Inut Files\Old Database\Import\WAM_report.xlsx
Required path:
Currentproject.path & "\Import\WAMP_report.xlsx"
Possible to do that without writing a custom vba function and using that in the macro action?
Thanks in advance.
I am Exporting a file from a Query using the ImportExportSpreadsheet action. I want to save that exported file to particular location. The problem is there is a static path but with a little dynamics in it. The Actual path:
C:\Users\N623905\Desktop\1137\Inut Files\Old Database\Import\WAM_report.xlsx
Required path:
Currentproject.path & "\Import\WAMP_report.xlsx"
Possible to do that without writing a custom vba function and using that in the macro action?
Thanks in advance.