Can you show the code that creates the file?
I have a file that gets created. Onces it's created I need the file name to changed in vba.
Any suggestions would be appreciated.
Thx
Can you show the code that creates the file?
I found a way. I'm using the Name code ine vba:
FileName = "c:\temp\Ottawa_Rep.csv"
NewFileName = "c:\temp\Ottawa_RepExportCVIDP" & skill & ".csv"
Name FileName As NewFileName
Please ensure code tags are placed around any code.
I don't understand the code but if it works, great! Thanks for posting your solution.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks