Taking Data of cell from worksheet to a userform window
Mete,
As an example to a textbox
Textbox1.Text = Worksheets("Sheet1").Range("A1").Value
--
HTH
Bob Phillips
"Mete Kavruk - EXPARTIZ" wrote in
message ...
How can i Take a Data of cell from worksheet to a userform window?
|