I am looking for the correct syntax for setting the caption properties of a set of command buttons within a commandgroup.
I have been messing about with this as example code but I just can't get it right.
Is there an example on here somewhere?
I have spent a good while searching through the FAQ's and previous posts but cannot find what I am looking for.
Keith
I have been messing about with this as example code but I just can't get it right.
Code:
varb = 'editbuttons.command'+str(xx)+'caption'
thisform.varb = 'boo'
Is there an example on here somewhere?
I have spent a good while searching through the FAQ's and previous posts but cannot find what I am looking for.
Keith