I have a macro below that edits the active file (abc.txt) but then I cannot save it with a new extension (abc.maa), keeping the same format.
CopyFilePath - this is useful only if I can change the file extension to .maa - is there a way to do this?
If so, then maybe I can use...... SaveAs "^c"
Any help appreciated.
InsertMode
ColumnModeOff
HexOff
UnixReOff
TrimTrailingSpaces
....
other editing commands
....
SaveAs "F:\Ham\MMANA\abc.maa" where abc is the active filename
CopyFilePath - this is useful only if I can change the file extension to .maa - is there a way to do this?
If so, then maybe I can use...... SaveAs "^c"
Any help appreciated.
InsertMode
ColumnModeOff
HexOff
UnixReOff
TrimTrailingSpaces
....
other editing commands
....
SaveAs "F:\Ham\MMANA\abc.maa" where abc is the active filename