bravozulu1981
Mechanical
OK this is probably really stupid simple, i must be over looking something, but can one of yall help. I wrote a VBA macro for a part file to output some information to a txt file. Currently I have this:
strFilePath = "C:\Users\bzander.MININT-Q2K9KRN\Desktop\Notes.txt"
to define the file path to save to. I would like to add the actual part name to that so the txt file name would be "XXXXX Notes.txt" with the xxx representing the part name.
strFilePath = "C:\Users\bzander.MININT-Q2K9KRN\Desktop\Notes.txt"
to define the file path to save to. I would like to add the actual part name to that so the txt file name would be "XXXXX Notes.txt" with the xxx representing the part name.