Help with Dropdowns/macros/adding-deleting sections

suzette0735

New Member
Joined
Jul 12, 2023
Messages
31
Office Version
  1. 365
Platform
  1. Windows
I am not sure how to describe what I need help with but I will try. I have a form that allows for us to give an estimate to customers. The form has estimate drop down, installer copy, warehouse copy and master copy. The installer and warehouse copy are pretty much the same, they hide all the costing information and just show certain columns and rows from the estimate sheet, the master copy is similar but shows an additional column. The estimate sheet has row section of 7 rows for each section on top for the base and bottom for alternatives. I want to be able to remove or add additional sections on the estimate sheet and it will be updated on the others as well and do not want to mess of all the macros. I know this might be confusing but if it seems to make sense to you please help!! Thank you!
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
You're going to get more responses if you post your code and show some examples of your workbook. I write code all day long and wouldn't know where to start.

The code should be flexible enough to deal with changes on your sheet. Using named ranges is a good start.
 
Upvote 0
You're going to get more responses if you post your code and show some examples of your workbook. I write code all day long and wouldn't know where to start.

The code should be flexible enough to deal with changes on your sheet. Using named ranges is a good start.
Thank you very much for your input. They have asked me try something different so I will post a new thread with the new question and be sure to show my code.
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,753
Members
452,940
Latest member
rootytrip

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