G
Guest
Hello All
I am trying to programmatically text control boxes which meet certain conditions in the details section of my report. Right now it works, but I used a fairly 'brute force' method - I specifically refer to the control by name and set the FontBold property to True. I would like to be a little more sophisticated and (at least) use a for/next loop, set Me(intIndex).FontBold to True. The problem I'm running accros is that not all my controls support the FontBold property (I have pictures in each line.) How can I test Me(intIndex) to see if it supports FontBold? I figure there is an easy way to do this, but I'm not that experienced w/VBA
Thank you in advance!
I am trying to programmatically text control boxes which meet certain conditions in the details section of my report. Right now it works, but I used a fairly 'brute force' method - I specifically refer to the control by name and set the FontBold property to True. I would like to be a little more sophisticated and (at least) use a for/next loop, set Me(intIndex).FontBold to True. The problem I'm running accros is that not all my controls support the FontBold property (I have pictures in each line.) How can I test Me(intIndex) to see if it supports FontBold? I figure there is an easy way to do this, but I'm not that experienced w/VBA
Thank you in advance!