View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KJ MAN[_2_] KJ MAN[_2_] is offline
external usenet poster
 
Posts: 27
Default how do i run an external file

I need to run a file that has a non-common extension from an
excel Command Button.
Mypath/myfile.BIN
Shell does not work for this. Can anyone help.
The file will load when double-clicked from windows. It automatically
loads the program required to open the file and runs it.
Is there a command or another syntax that can be used to
open this type of file through a command Button.