View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Crowbar via OfficeKB.com Crowbar via OfficeKB.com is offline
external usenet poster
 
Posts: 128
Default VB Error 5 loading userform using Workbook_Open

I've never experienced any problems with this.

Maybe your userform isn't called dipboard?

Maybe its the CAPTION of the userform you have named and NOT the (name) of
the userform.

Try this

Sub Auto_Open

Userform1.show
'Or
'Load Userform1

'Or change userform1 to dipboard

End Sub

If this isn't your problem I will be stumpt, unless you have imported the
userform

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200710/1