View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
mattis2k[_4_] mattis2k[_4_] is offline
external usenet poster
 
Posts: 1
Default textbox result to label


try this

Private Sub TextBox1_Change()

Label1.Caption = TextBox1.Text

End Su

-----------------------------------------------
~~ Message posted from http://www.ExcelTip.com
~~View and post usenet messages directly from http://www.ExcelForum.com