![]() |
|
||||||||
| Site Links |
| Consulting |
| Knowledge Base |
| Training |
| Forum |
| Articles |
| Resources |
| Products |
| Cool Tools |
| Contact |
| About Us |
| Go to Page... |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
|
Open, save and close Notepad file from Excel
Hi
I am trying to write some VBA code in Excel to Open a .dat file in Notepad, save the file and close Notepad. I've managed to open the notepad file using a filename stored in cell A1 (as the name changes daily) but I can't work out how to save the notepad file and close notepad. Code:
Can anyone help me please? Thanks in advance Jules |
|
Local Time: 08:38 PM
Local Date: 05-18-2013 Location:
|
|
|
|
#2 |
|
|
Jules
What do you mean by a Notepad file? There really isn't such a thing. Notepad is just one of many applications that can be used to open text files. And there are various VBA methods to work with those. What is it you are actually trying to do? |
|
Local Time: 02:38 AM
Local Date: 05-19-2013 Location:
|
|
|
|
#3 |
|
|
Sorry I meant "I've managed to open the .dat file in Notepad using a filename stored in cell A1."
The file is padded out with a null hexadecimal value of "00" and the file needs to be padded out with spaces (hexadecimal value 20). The simplest solution I have found is to open the file in Notepad and Save it. I need to automate this process so that the end to end process of loading the file can be automated. Hope this makes more sense Thanks |
|
Local Time: 08:38 PM
Local Date: 05-18-2013 Location:
|
|
![]() |
| Display Modes |
Linear Mode |
Switch to Hybrid Mode |
Switch to Threaded Mode |
|
|


