View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
S Taylor[_3_] S Taylor[_3_] is offline
external usenet poster
 
Posts: 1
Default Opening files from Excel

I am trying open non-excel files that are not .exe files from Excel VBA

When I use the Shell command it doesn't work, I believe that this is because
Shell only opens files that are .exe.

Is there a method that can open other files from Excel VBA?