F
Fan924
I am using the following to select a file name and then open file for
writing. It writes to the filename even if it is already used. Is
there a way to have it check before overwriting file? Examples?
________________________________
SaveFileName = Application.GetSaveAsFilename("C:\My Documents
\temp.hex", _
"Hex File (*.hex), *.hex", , "Save File As:")
Open SaveFileName For Output As #1
________________________________
writing. It writes to the filename even if it is already used. Is
there a way to have it check before overwriting file? Examples?
________________________________
SaveFileName = Application.GetSaveAsFilename("C:\My Documents
\temp.hex", _
"Hex File (*.hex), *.hex", , "Save File As:")
Open SaveFileName For Output As #1
________________________________