Good morning Everyone. I am creating a macro where users put something in a textbox, and it turns green after someone checks it. all i needed was for the textbox to turn green, but when i put in the code, it says object required.
thanks in advance!
Code:
Sub Jira()ActiveSheet.Shapes("TextBox25").Select
TextBox25.BackColor = RGB(0, 255, 0)
End Sub
thanks in advance!