Hi guys
As always, I really appreciate any help received here you guys are fantastic.
I'm using Excel 2019 and I'd like to create a VBA that works when a Developer button is pressed.
A user will open the Macro Enabled workbook 'template spreadsheet' but I'd like a button present on the 'Setup' tab that, when pressed, will do the following:
- Save as, with type 'Excel Workbook' (not Macro Enabled, I'm aware that macros after this save will break which I am fine with)
- File name to be whatever is written in cell A1 (using formula)
- The user then chooses the location save location theselves, and clicks save
- Once location chosen and file saved as Excel workbook, the original 'Setup' tab is hidden (not deleted)
Is this possible at all?
I'm happy to have a second button for the 4th step above, which would be easy to record I'm sure.
Thanks in advance!!
As always, I really appreciate any help received here you guys are fantastic.
I'm using Excel 2019 and I'd like to create a VBA that works when a Developer button is pressed.
A user will open the Macro Enabled workbook 'template spreadsheet' but I'd like a button present on the 'Setup' tab that, when pressed, will do the following:
- Save as, with type 'Excel Workbook' (not Macro Enabled, I'm aware that macros after this save will break which I am fine with)
- File name to be whatever is written in cell A1 (using formula)
- The user then chooses the location save location theselves, and clicks save
- Once location chosen and file saved as Excel workbook, the original 'Setup' tab is hidden (not deleted)
Is this possible at all?
I'm happy to have a second button for the 4th step above, which would be easy to record I'm sure.
Thanks in advance!!