Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub OpenNotepad()
Dim RetVal As Variant RetVal = Shell("C:\Windows\Notepad.exe", 4) MsgBox "Notepad is open." End Sub -- HTH Jason Atlanta, GA -----Original Message----- I'd like to create a macro to launch notepad while in Excel. The macro should then return to the opened spreadsheet in Excel. . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro launch - Button vs Manual launch , has different results. | Excel Programming | |||
Launch Excel vba macro from Access? | Excel Programming | |||
launch any file type from excel macro | Excel Programming | |||
Can you use an IF statement to launch a macro? | Excel Programming | |||
Launch Macro in Access via Macro running in Excel??? | Excel Programming |