+ Reply to Thread
Results 1 to 2 of 2

run winzip in excel macro

  1. #1
    pamela
    Guest

    run winzip in excel macro

    Hi there ,

    I need to run winzip to unzip files in office xp macro .

    My winzip command is
    "c:\program files\winzip\winzip32.exe" -min -e "c:\mydir\a1.zip"
    "c:\mydir\a1.zip.1"

    I can run this command directly from command line,but when I run the macro,
    using shell to run winzip ,vba keeps telling me "winzip parameter validation
    error"

    Can anybody help me ? What is the problem there ?

    any messages from you will be appreciated.

    thanks in advance .





  2. #2
    Dave Peterson
    Guest

    Re: run winzip in excel macro

    Maybe you could compare the way Ron de Bruin does it:
    http://www.rondebruin.nl/tips.htm

    (Look for Zip)

    pamela wrote:
    >
    > Hi there ,
    >
    > I need to run winzip to unzip files in office xp macro .
    >
    > My winzip command is
    > "c:\program files\winzip\winzip32.exe" -min -e "c:\mydir\a1.zip"
    > "c:\mydir\a1.zip.1"
    >
    > I can run this command directly from command line,but when I run the macro,
    > using shell to run winzip ,vba keeps telling me "winzip parameter validation
    > error"
    >
    > Can anybody help me ? What is the problem there ?
    >
    > any messages from you will be appreciated.
    >
    > thanks in advance .


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1