Hi Jeff,
I work for a construction company so my custom class is a breakdown of all of a Granny Flat's inclusions. For example, I would start with
Dim gf as GRANNYFLAT
Set gf = new GRANNYFLAT
and then it's properties are sorted into major components, smaller components of those major components, then each property has a Value (essentially a quantity), a Cost, a Description and a Unit of Measurement (all strings and integers). Essentially, I would be using the quantity, description and sometimes the cost of each property in the word document to complete my quote.
At the moment, all I have in Word are text form fields that I would be inputting this data into.
Now that you mention it, I can't believe I didn't think to instantiate Word in excel and just do it through excel, so I will try that! However, just for my knowledge and curiosity I guess, is there a way I can pass a custom object between Microsoft Applications?
Bookmarks