sfname

  1. L

    GetSaveAsFilename corrupts spreadsheet

    sFName = Application.GetSaveAsFilename(FileFilter:="Excel Files (*.xlsx), *.xlsx, Macro Enabled Workbook" & "(*.xlsm), *xlsm") If sFName <> "False" Then ws.SaveAs sFName, 56 End If With sFName set as a string. I am using MS Office 2016 on win10 if that helps, have not tried...
  2. D

    Runtime error 1004 by opening other workbooks

    I have the following VBA code : Originally it had inputboxes but as this is standard I edited in such way that it would go to the right location and files automatically. I found this VBA code somewhere online and I use it to import sheets (sheet1) of several workbooks in the same workbook...
  3. S

    VBA Macro Copy and Paste to another workbooks without links

    This is the macro I'm using with 2 problems so far Sub Move_Master_EstimatingSheet() Dim SDrv As String Dim DDrv As String Dim Sfname As String Dim Dfname As String Dim wkbSrc As Workbook Dim wkbDst As Workbook Application.DisplayAlerts = False Application.EnableEvents = False...

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