VBA Save as new workbook & remove SOME formulas across sheets?

Melimob

Active Member
Joined
Oct 16, 2011
Messages
395
Office Version
  1. 365
Hi there

I'm on the last bit (finally) with this project.

I now need to:

Save as new workbook
Name should be: [Country]_Move_Template_[todaysdate]
Country would equal a named reference on Worksheets("Instructions").Range("Table13[Country]").Value

the user would need to choose the folder and file path of where they want to save it to

but here's the tricky bit..

I need to save without formulas (copy paste special value?) across all sheets except to keep formulas in:
Sheet: COD Mapping
Ranges D3:BA4 & D20:BA21

Sheet: CC Reconfiguration Data
Ranges G3:variable down length but this is a table so should copy down in column right?

and I don't want to keep the 'Instructions' sheet tab?

I also have some datalists in some sheets, would these copy over with the named ranges (lkup sheet containing the drop down lists will be moved over).

Then I want it to have a message question to say: Do you want to notify the team? If yes, it will open up an email with addresses and a standard message but they will have to press send

Is this possible or should I have the last piece in my main macro?

many thanks for any advice!

Melimob
 
Last edited:

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.

Forum statistics

Threads
1,215,053
Messages
6,122,888
Members
449,097
Latest member
dbomb1414

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