Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to have a command button that would call
and run a .bat file? If so, does anyone know how? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
look in vba help index for shell
-- Don Guillett SalesAid Software "Eric" wrote in message ... Is it possible to have a command button that would call and run a .bat file? If so, does anyone know how? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can use shell Eric
Shell "C:\batfilename.bat",1 -- Regards Ron de Bruin (Win XP Pro SP-1 XL2002 SP-2) www.rondebruin.nl "Eric" wrote in message ... Is it possible to have a command button that would call and run a .bat file? If so, does anyone know how? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can excel run a batch file? | Excel Discussion (Misc queries) | |||
Excel from Batch File Problem | Excel Discussion (Misc queries) | |||
Excel to Run a Batch File?!? | New Users to Excel | |||
Call a batch file from an Excel Macro | Excel Discussion (Misc queries) | |||
Running a batch file from Excel VBA | Excel Programming |