Hello
I'm trying to make my labels equal a cell value. The cell value can change so I can't have the label caption fixed.
Here's what I have and it's not working:
![]()
Private Sub frmPL_Input_Initialize() Me.Label21.Value = Sheets("MASTER").Range("A17").Value End Sub
Bookmarks