Change Import/Export directory via VBA

Magster

Registered User.
Local time
Today, 03:19
Joined
Jul 30, 2008
Messages
115
Hello all,

I would like to change the path of a stored import (Excel) via VBA rather than displaying the Manage Data Tasks window to my end-users. I'd like to display a popup allowing them to search for the correct folder, and then I would insert the selected string.

So far I found Application.CurrentProject.ImportExportSpecifications.Item but that is read-only and asking for the name of my stored import.
 

Users who are viewing this thread

Back
Top Bottom