Ability to save a snapshot of the sheet and retrieve later

louacct3

New Member
Joined
Dec 2, 2020
Messages
3
Office Version
  1. 365
Platform
  1. Windows
In a nutshell, I am trying to design a simple save/load functionality in Excel. What is the best way to go about this?

BACKGROUND:
I have a spreadsheet that creates invoice estimates for photoshoots based on line items. The input for each line is a combination of drop down boxes and user number entries (two photographers for half a day, equipment rental for a flat fee, etc.), and the spreadsheet calculates out the cost per line and the overall total cost. It works great.

What I'm building now is a set of pre-defined "packages" that can automatically be populated into the spreadsheet at the touch of a button. I think I've got this handled by using macros to clear out the data on the sheet and then apply the specific data I've chosen. The plan is to add a drop down at the top of the sheet that allows a user to choose a package(macro) by name and a button to apply(run) it. So I could select "Generic Photoshoot Package A" and the macro would clear the existing line items on the sheet and add in all of the line items associated with this package. I think I've got this part handled.

Now, the next step is where I'm stuck. What I need is the ability for a user to create a new package without having to write VB or do anything code-related. Basically a SAVE function, where they would set up the spreadsheet the way they like it and hit a SAVE button, and the new package is added to the drop down list as an option.

Is there an existing piece of functionality in Excel that can read data in from a sheet, store it in some form, and then spit it back out to the sheet upon request? Could I build a save function using VBA that would create a custom macro that contains the data it finds on the sheet?
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.

Forum statistics

Threads
1,214,798
Messages
6,121,635
Members
449,043
Latest member
farhansadik

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