View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Diane Alsing Diane Alsing is offline
external usenet poster
 
Posts: 18
Default UserForm Viewing

I am new to userforms. I userstand how to set them up now, but can't figure
out how to make them visible.

I have a piece of code from my manual:

Sub ShowForm
UserForm1.Show
End Sub

But I have no idea where this code is suppose to go.

Any help would be greatly appreciated.
Regards,
Diane