Hi all,
How can I close Notepad from VBA and overwrite the file with UTF-8 encoding?
ATM I'm using
Shell "Notepad.exe" & filename, 1
to open the file
the file are encoded with ANSI, I want to save it with UTF-8 encoding, how can I do that?
thanks
Anders
How can I close Notepad from VBA and overwrite the file with UTF-8 encoding?
ATM I'm using
Shell "Notepad.exe" & filename, 1
to open the file
the file are encoded with ANSI, I want to save it with UTF-8 encoding, how can I do that?
thanks
Anders