Is it possible to have a generic user reference in the data connection string of an Excel data connection?
I have a external reference to another workbook that I would like to share with my colleagues, and in the collaboration software that we use there is a path for each user's synced folder, such as:
C:\Users\"Username"\....
Is there a prompt similar to %USERPROFILE% that I could use in this instance? Here is a full connection string example:
DSN=Excel Files;DBQ=C:\Users\"Username"\...\File.xlsx;DefaultDir=C:\Users\"Username"\...;DriverId=1046;MaxBufferSize=2048;PageTimeout=5;