View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brian Brian is offline
external usenet poster
 
Posts: 683
Default User Form Appears Blank

I have created a user form that opens automaticaly when my workbook opens,
but only a blank screen shows up. How can i fix this?

Sub callUF()
UserForm1.Show
End Sub

Is there anyway to have the User Form show up as a Sheet in the Work Book?