View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Dave Morrison Dave Morrison is offline
external usenet poster
 
Posts: 3
Default How to change textbox caption in Active sheet from UserForm

Sheets(1).TextBox1.Text = TextBox1.Text
this is the command from the userform

*** Sent via Developersdex http://www.developersdex.com ***