Hi all!
I'm getting an error at Open MyFile For Output As fnum
I think there may be a problem with:
MyFile = ActiveWorkbook.Path & "\" & "Point_on_XY_" & Date & "_" & Time & ".scr"
Any ideas?
Sub WriteToATextFile()
'first set a string which contains the path to the file you want to...