Hello,
i need help with thisVBA script
These need to insert a macro, which will be checked [temperature Papers] back color, and if so red field box [evaluation] turns red and insert it into the text "NOK"
I tried these scripts, but it did not work
here is picture
thanksss
i need help with thisVBA script
These need to insert a macro, which will be checked [temperature Papers] back color, and if so red field box [evaluation] turns red and insert it into the text "NOK"
I tried these scripts, but it did not work
Code:
If Me.[teplota prac].BackColor = RGB(237, 28, 36) Then
Me.[zhodnotenie].BackColor = RGB(237, 28, 36)
Else
Me.[zhodnotenie].BackColor = vbWhite
here is picture

thanksss