C
Clayman
Is it possible to edit a hard-coded filename based on
Application.GetOpenFileName?
I am writing an application that will have many users. The network structure
is constantly in flux, so the full name (ie: \\server\path) will likely
change over the usable life of this application. I would like to store the
path to external data in the application code, but make it editable.
I guess, in short, I'm asking if it's possible to write a VBA code that will
edit VBA code.
Application.GetOpenFileName?
I am writing an application that will have many users. The network structure
is constantly in flux, so the full name (ie: \\server\path) will likely
change over the usable life of this application. I would like to store the
path to external data in the application code, but make it editable.
I guess, in short, I'm asking if it's possible to write a VBA code that will
edit VBA code.