• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

I want to save the Zip and CSV File with Particular Name and Particular Location

Naga.Naredla

New Member
Hi All,

Can you please help me out I want to save the Zip File name as IcCurrencyConversionRates and should be stored in the below path
C:\Automation\Source Zip File
but when I am using the below code the File Name is IcCurrencyConversionRates but it is asking to choose the location
My requirement is the location should also be fixed and it should not ask for saving in a location

FolderName = Application.GetSaveAsFilename("IcCurrencyConversionRates", "Zip Files (*.zip), *.zip ", , "C:\Automation\Source Zip File\")
 
Thank you,

I am able to place the zip in that specific path but the issue is it is asking me to save but my intention is it should automatically be saved without any save as dialog box

Can u please help me on that
 
Back
Top