Hi guys!
I'm new in the VBA world, and I have a challenge on my hands, and having difficulties completing it.
I have a Excel sheet (Master) with some formulas depending on the value of a specific Cell (Example Cell B3).
In another sheet (Values) I have a list of values (Example Range A2:A30).
My goal is to build a macro that does the following sequence:
1 - Copy 1st value of the list (Sheet "Values" Cell A2)
2 - Paste on cell that has formulas depending on it (Sheet "Master" cell B3)
3 - Refresh Calculations (Shift + F9)
4 - Save a Pasted-Values Copy of the Master Sheet in a new Workbook named as the Value of the List copied on Step 1
5 - Loop the steps above for the remaining values of the Range A2:A30 until it uses all values from the range.
Can you please help?
Thanks a lot!
NSP
I'm new in the VBA world, and I have a challenge on my hands, and having difficulties completing it.
I have a Excel sheet (Master) with some formulas depending on the value of a specific Cell (Example Cell B3).
In another sheet (Values) I have a list of values (Example Range A2:A30).
My goal is to build a macro that does the following sequence:
1 - Copy 1st value of the list (Sheet "Values" Cell A2)
2 - Paste on cell that has formulas depending on it (Sheet "Master" cell B3)
3 - Refresh Calculations (Shift + F9)
4 - Save a Pasted-Values Copy of the Master Sheet in a new Workbook named as the Value of the List copied on Step 1
5 - Loop the steps above for the remaining values of the Range A2:A30 until it uses all values from the range.
Can you please help?
Thanks a lot!
NSP