Text box help

H

Harald Staff

Hi

Textbox1.Text = Sheets(1).Cells(1, 2).Value
OR
Textbox1.Text = Sheets(1).Cells(1, 2).Text
(Text may have different formatting and different amount of decimals than
Value)

HTH. Best wishes Harald
 
Top