Hi,
I am new at Visual Basic. I need to create an application which will open notepad file copy that data and paste in to msword and run macro to find and replace text. All I want to do using Visual Basic and then want to put that exe in to schedule task
Anyone have can help me with this shell programming?
Need VB Code for following
- Open Notepad File
- Copy All data from Notepad file
- Open MSWORD
- Paste data to Msword
- Run Macro via MSWORD having Find and replace function
- Copy all data from word and paste into Notepad
- Save Notepad file
- Close Notepad and MSWORD
I am new at Visual Basic. I need to create an application which will open notepad file copy that data and paste in to msword and run macro to find and replace text. All I want to do using Visual Basic and then want to put that exe in to schedule task
Anyone have can help me with this shell programming?
Need VB Code for following
- Open Notepad File
- Copy All data from Notepad file
- Open MSWORD
- Paste data to Msword
- Run Macro via MSWORD having Find and replace function
- Copy all data from word and paste into Notepad
- Save Notepad file
- Close Notepad and MSWORD
Comment