filesavename

  1. 5

    Excel Save as CSV and remove quotations

    Hey, I have two issues, I have written this to save my workbook as excel then save a sheet as csv using the cells in one sheet as the name of the files, I run it and select my destination but the files are not saved, secondly I need to remove the " that appear at the start and end of each line...
  2. L

    VBA: Export Column to KML Format - Special Characters

    Hello I have an Excel file which allows a user to enter some data about an address and for a sheet in the Excel to build out a full KML file. Here's what I'd like to achieve: User to select the button, the VBA to export everything in a specific column on the worksheet (Final KML) as a KML...
  3. D

    Suppress "Save" when saving Excel file as PDF

    Dear, I have the following macro to save an Excel file as PDF, which works fine, and will prefer to bypass the dialog box step of having to click at the "Save" button to finish the process. Please help me out with the necessary code to avoid this unnecessary step: Sub FDA_2877()...
  4. I

    VBA: How to save excel file as a separate .txt file

    Hi, I currently have the following code to save an Excel file as a .txt file. Sub Macro1() 'Saves the Activesheet to the Desktop as a text file with a different extension Dim newFile As String, fName As String, gName, fileSaveName gName = "FGM_" newFile = gName & Format$(Date...
  5. W

    Saving PDF via userform, and not GetSaveAsFilename

    Hi. I'm looking a way to save a sheet as PDF in a custom way. Today, i got a button that makes me select folder and write a name and done! (code below) Private Sub CommandButton1_Click() pdfName = ActiveSheet.Range("T1") ChDir "O:\Mask\Verkt\A20\Measure" fileSaveName =...
  6. A

    Saving excel sheet to .pdf using VBA to specific folders

    Hi, Firstly, my knowledge of coding is basic at best....i've looked on various pages to find a solution and concluded the below. However, whilst everything works perfectly, unfortunately i cannot seem to get the file to save to the correct folder. I keeps saving to my documents!! Sub...
  7. A

    save as jpg

    hi all, I'm trying to save as excel sheet to image( jpg or png) and i write this code but its not working : fileSaveName = Application.GetSaveAsFilename(fileFilter:="Image (*.jpg), *.jpg") If fileSaveName <> False Then Sheets("Sheet2").Export Filename:=fileSaveName, FilterName:="jpg"...
  8. P

    Saving selected and renamed supplimentary file from with current workbook

    Hi I want to give my users the chance to pick supplementary files that are relevant to current workbook and then rename and save then in s specific folder. All code below works excep the save function and i am not sure its the right function. I am not saving the current workbook and want to...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top