News

To give an Excel macro "Save As" functionality, you can use the Excel VBA GetSaveAsFilename function. This is part of the "Application" group of functions, since it is part of Excel's core ...
Open your worksheet in Excel. ALT-F11 (opens the VBA coding window) Copy/Paste the above code into the editor ALT-F11 (switches back to Excel) Save-As a Macro-Enabled Workbook ...
After creating UserForm1 for one Excel application, you realize that you'll want to use it again -- with a few modifications -- in another application. You do not need to recreate the form; simply ...