reimbursement
Programmer
I need to be able to be able to change the file location of a .prn file to represent where the user may have it mapped on their computer.
With ActiveSheet.QueryTables.Add(Connection:= _
"TEXT;I:\PROJECTS\waytd.prn", Destination:=Range("A1"))
Using the thisworkbook.path does not work nor does defining the file address.
For example my drive is mapped as I: whereas my co-worker's drive is mapped as F:. Hard coding will not work.
Any Suggestions?
With ActiveSheet.QueryTables.Add(Connection:= _
"TEXT;I:\PROJECTS\waytd.prn", Destination:=Range("A1"))
Using the thisworkbook.path does not work nor does defining the file address.
For example my drive is mapped as I: whereas my co-worker's drive is mapped as F:. Hard coding will not work.
Any Suggestions?