View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
luis luis is offline
external usenet poster
 
Posts: 12
Default Open a file o the program that was created

Hello.
I'm triyng to create a routine that opens a .xls file, but
this file could be zipped. I use
application.getopenfilename method.
What i'm trying to do is, if the file is zipped, when i
click on it winzip will open the archive.

Is this possible?