View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default UserForm Initialization

UserForm1.TextBox4.Text = Sheets(1).Range("A4").Value

Change the UserForm name and Sheet as required.

"Patrick C. Simonds" wrote:

In UserForm Initialization, is there any way to have TextBox4 always show
the value of cell A4?