User Forms
Userform textboxes do not have a property that ties their values to
particular worksheet cells, so you'll need a macro to populate the userform,
e.g,:
TextBox1.Value = Range("A1").Value
--
Jim Rech
Excel MVP
"CindyK" wrote in message
...
| How do I link a user form text box to a worksheet? What I need to do is
| create a form entry for viewing, editting, adding, deleting rows of data
on a
| worksheet. Please assist. Thank you
|