Quote Originally Posted by Jan Karel Pieterse
having a listbox with the items to which you add new ones. Clicking on an item in the listbox loads the proper information into other controls.
The program is for pricing anything i do. (Electrician). So say for instance a house..

The areas are each area ie bathroom, bedroom living etc.. and within each area has a unspecified number of items and their associated quantities.

So i had the list box to list the items and quantities, 1 listbox per area and each area to be on a new tab of the multipage control.

That seemed the most logical. Im not sure how else i could do it making it simple to use, and simple to code.

I had the damn multipage bit working perfectly last week. Adding them, deleting them, loading information into them, no problems, but now nothing.

the only thing i added was the code to automatically load data from the sheets if the sheets had been filled out. ie the quote has been done and the file saved, but then the file is re-opened.

Thats when the problem arose and even taking that out does nothing.