Hi all,
I'd like to throw something to you all that is puzzling me. I am writing a system for a friend of mine to help him run a window cleaning business. I have a code that populates a userform with values and checkboxes of customers on a defined round. The idea is that he can select which round to look at from a combobox which will allow the form to populate with the name, address and the works that are usually carried out, along with a textbox for the rate paid. All will populate from the worksheet. He can then check the boxes to generate an invoice for them (a later section of coding). This is a portion of the code:
It then carries on to add boxes for other items/rates and loops through the worksheet.![]()
Please Login or Register to view this content.
My query is thus: Every time I run the code, it works perfectly, apart from the fact that the font size on the some lines of checkboxes is always bigger than the rest??? I'd guess maybe 10pts instead of 8? Its always the 2nd, 5th and 8th lines that are bigger. As I am defining the font size for the code that loops I would have thought this would be ok? What could cause one line to be different from the rest when it's created from the same code?
Any ideas on what can be done?
Thanks in advance!
Dave
Bookmarks