Consulting

Results 1 to 2 of 2

Thread: Zipping files using Winrar

  1. #1

    Thumbs up Zipping files using Winrar

    Hi,

    Could anybody help in VBA code for zipping and extracting WINRAR file.

  2. #2
    Knowledge Base Approver VBAX Master Oorang's Avatar
    Joined
    Jan 2007
    Posts
    1,135
    Location
    The most painless way is probably just to use the WinRAR command line tools via shell. Exampe:[VBA]Shell "Cmd /c ""z:\some_folder> unrar e c:\some_rar_file.rar"""[/VBA]
    Cordially,
    Aaron



    Keep Our Board Clean!
    • Please Mark your thread "Solved" if you get an acceptable response (under thread tools).
    • Enclose your code in VBA tags then it will be formatted as per the VBIDE to improve readability.

Posting Permissions

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