roofing program using user forms

toecutter

New Member
Joined
Nov 8, 2005
Messages
2
hi
iam a professional estimator and use excel for estimating metal roofing products.
Iam trying to make a simple to use roofing program using user forms to input data into a excel spreadsheet.
i have no prblem making the forms but the code is beyond me:(
would anyone be interested in helpin me?
toe
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
The coding is fairly easy.

With a row number variable (say FromRow) , to get data into a form we use the Initialise event with code like
TextBox1.Value =ActiveSheet.Cells(FromRow,1).Value

and to put the revised data back to the worksheet in code for a button
ActiveSheet.Cells(FromRow,1).Value = TextBox1.Value
 
Upvote 0
Toecutter

I received your private message and sent you an email but it has bounced back. Yes, I've worked on this kind of project and if you'll provide me with what you have so far and what you think you'll need, I'll help in whatever way I can.
 
Upvote 0

Forum statistics

Threads
1,215,026
Messages
6,122,738
Members
449,094
Latest member
dsharae57

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