J
Jim Berglund
I want to be able to open a file from any users desktop.
From my desktop, the command is
Workbooks.Open Filename:="C:\Users\Jim\Desktop\403.csv"
How do I automate this, using
UserName = Range("G5").Value
So that if the user enters 'Dave' into G5, the code line will change to
Workbooks.Open Filename:="C:\Users\Dave\Desktop\403.csv" ?
Thanks,
Jim Berglund
From my desktop, the command is
Workbooks.Open Filename:="C:\Users\Jim\Desktop\403.csv"
How do I automate this, using
UserName = Range("G5").Value
So that if the user enters 'Dave' into G5, the code line will change to
Workbooks.Open Filename:="C:\Users\Dave\Desktop\403.csv" ?
Thanks,
Jim Berglund