Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default Open WinZip from Excel

I almost have my import from text files complete. Right
now the other manual piece of the puzzle is I have to
extract a tar file every day to the same folder. This tar
file contains the 111 text files that I import from Excel
with. Is there a way to control WinZip from within Excel
to go out and extract the tar file to a specified folder?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Open WinZip from Excel

Check out the Winzip website for this Add-on
http://www.winzip.com/wzcline.htm

Afer you install this you can use something like this

Try this for unzip test.zip from C:\ to C:\

Sub test()
Shell "c:\program files\winzip\wzunzip c:\test.zip c:\"
End Sub


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Jeff Armstrong" wrote in message ...
I almost have my import from text files complete. Right
now the other manual piece of the puzzle is I have to
extract a tar file every day to the same folder. This tar
file contains the 111 text files that I import from Excel
with. Is there a way to control WinZip from within Excel
to go out and extract the tar file to a specified folder?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
EXCEL wont open from Explorer, must open EXCEL then find file wludwick Excel Discussion (Misc queries) 4 September 7th 06 08:06 PM
Excel converting to a Winzip file when emailed robertma Excel Discussion (Misc queries) 1 August 2nd 06 03:27 PM
run winzip in excel macro pamela Excel Discussion (Misc queries) 1 July 12th 06 01:07 PM
Transfer CSV file from Winzip to Excel kookaburra Excel Discussion (Misc queries) 6 July 28th 05 03:56 AM
WinZip extract Keith[_7_] Excel Programming 11 October 17th 03 03:22 PM


All times are GMT +1. The time now is 05:49 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"