View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_5_] Bob Phillips[_5_] is offline
external usenet poster
 
Posts: 620
Default 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?