Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() As part of my code, I want to change the encoding of some .txt files from Unicode to ANSI. Is there a direct way to do this in VBA. If not, I want add code to create a Notepad session and then use the SendKeys method to do this. How do I create a Notepad session in VBA. I know I can start a program called Monarch through VBA using: Set MonObj = CreateObject("Monarch32") What's the equivalent for Notepad? Thanks in advance, Alan -- achidsey |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CreateObject("Excel.Application") | Excel Worksheet Functions | |||
Set OutApp = CreateObject("Outlook.Application") - Runtime error 429 | Excel Programming | |||
ASP: CreateObject("Excel.Application") IIS 6.0 Win2003 | Excel Programming | |||
Excel:Runtime Error 7 "Not enough Memory" with CreateObject (SAP.B | Excel Programming | |||
CreateObject("Excel.Application") - Access denied | Excel Programming |