I created my first modeless UserForm in Excel and put an ActiveX label on it. How do I set the caption of the label so that it displays whatever is in Sheet1.Range("A1"), and updates itself when the value in cell A1 changes?
Basically, I want the Userform's label to always be updated the second anything in the Excel cell changes. Thank you!
The sub
Changegets called everytime a cell changes. The code does this: ifA1was changed, change the caption ofLabel1onUserForm1. The form must have been opened not modal (vbModeless).