filesave

  1. S

    How to run FileSave Macro when Save is selected in VBA

    I have the following Macro that saves a file to a different location with the file name being what is in cell B7. Sub FileSave () Dim FP As String, FN As String FP = "Ë:\Quotes\" FN = Range("B7").Value ActiveWorkbook.SaveAs filename:= FP & FN & ".xls" End Sub How do I get this to RUN...
  2. 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