G
Guest
I have the following code:
Private Sub Text5_AfterUpdate()
If Text5 = "*pay day" Then Text5.ForeColor = 255
'Else: Text5.ForeColor = QBColor(0) 'Black
It worked fine however when I went and changed my code in my declarations
based on recomendation I got caught in this database.
Could someone please explain why also. I have only been in VBA for about 1
month and I do have some code with variables in some of the example databases
i have getting from the MVP web sites. The schooling would be much
appreciated.
Thanks,
Brian
Private Sub Text5_AfterUpdate()
If Text5 = "*pay day" Then Text5.ForeColor = 255
'Else: Text5.ForeColor = QBColor(0) 'Black
It worked fine however when I went and changed my code in my declarations
based on recomendation I got caught in this database.
Could someone please explain why also. I have only been in VBA for about 1
month and I do have some code with variables in some of the example databases
i have getting from the MVP web sites. The schooling would be much
appreciated.
Thanks,
Brian