KillerOfGiants
New Member
- Joined
- Dec 23, 2022
- Messages
- 29
- Office Version
- 365
Hello,
I created a transition file that takes a QuickBooks csv export data and portrays the data in such a way to be copied into another csv file so that that data can be imported to an outside entity. (1099s for reference).
My issue is, when I created the transition file (with the original QB export file open) everything works fine. When I close the QB file, all the file names then switch to full path (myname is my user name):
'C:\Users\myname\Desktop\[1099 Detail.csv]1099 Detail'!$A$2:$A$100001
What I want is for the formula to look in the same directory, no matter what person is exporting from their QuickBooks. What I found is it should be something like this:
'\[1099 Detail.csv]1099 Detail'!$A$2:$A$100001
But that does not work (and opens a file box to update values choose where I am pulling the data.
Added note: When I close the QB file, the file path name decides it want to put a driver letter in front of my attempted relative reference. (VBA is not an option).
I created a transition file that takes a QuickBooks csv export data and portrays the data in such a way to be copied into another csv file so that that data can be imported to an outside entity. (1099s for reference).
My issue is, when I created the transition file (with the original QB export file open) everything works fine. When I close the QB file, all the file names then switch to full path (myname is my user name):
'C:\Users\myname\Desktop\[1099 Detail.csv]1099 Detail'!$A$2:$A$100001
What I want is for the formula to look in the same directory, no matter what person is exporting from their QuickBooks. What I found is it should be something like this:
'\[1099 Detail.csv]1099 Detail'!$A$2:$A$100001
But that does not work (and opens a file box to update values choose where I am pulling the data.
Added note: When I close the QB file, the file path name decides it want to put a driver letter in front of my attempted relative reference. (VBA is not an option).