My program is a material cost estimator:
In cells D14 through D38 and D42 through 99 I need to add values using a User Form.
For this example, cell D20 is selected, and it has a value of 100' of drywall. I am adding another room so I want to press + that will bring up my User Form that will ask for the room's width x depth x height. If I enter 10 x 20 x 8 I want 1600 added to the existing 100.
My guess is I need to use the BeforeDoubleClick function, but I am open to suggestions.
Dave
In cells D14 through D38 and D42 through 99 I need to add values using a User Form.
For this example, cell D20 is selected, and it has a value of 100' of drywall. I am adding another room so I want to press + that will bring up my User Form that will ask for the room's width x depth x height. If I enter 10 x 20 x 8 I want 1600 added to the existing 100.
My guess is I need to use the BeforeDoubleClick function, but I am open to suggestions.
Dave