Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50067

Trying to Update Userform Label with worksheet cells

$
0
0
I am trying to copy the text I created in the worksheet cells to the Userform and have it automatically update every time to the cells text changes in the worksheet. I can get it to work if I use the click event but I want it to change automatically. Any suggestions would be appreciated! Thanks

Code:

Private Sub Label1_Change()
Label1 = Worksheets("Sheet1").Range("A2").Value
End Sub


Viewing all articles
Browse latest Browse all 50067

Trending Articles