VBA inside of a Tabed page
I am having problems using the following comand now that the controls are inside a tabed page.
me.chkEmailsent = -1
chkEmailsent is a check box but the value will not change now that it is listed inside of a tabed page. Is there a problem with using the "me." at the begining of the line of code?
|