I'm not exactly sure what you're asking, but you can assign a
variable's contents to a label on a form with code like
Userform1.Label1.Caption = VarName
If you want to assign the value from a cell, use something like
Userform1.Label1.Caption = Worksheets("Sheet1").Range("A1").Text
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com