View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Kubicki Mark Kubicki is offline
external usenet poster
 
Posts: 89
Default passing control value from one form to another form

how can, on UserForm 2,
i reference a value of a control on a different user form
(UserForm1.TextBox1.value) ?

....UserForm2 is always made visible by a command button on UserForm1