runtime error 2147221005(800401f3)

D

Deen

Hi

In my workbook, i facing problem like this, can any one guide me to solve
this,

Once i open my work book the error shows like


runtime error 2147221005(800401f3)

Invalid class string



Private Sub Workbook_Open()
'Sheets("face").Select'
'Range("A1").Select'
Application.ScreenUpdating = False
Sheets("FOR").Select
Range("A1").Select
Load UserForm1
Application.ScreenUpdating = True
UserForm1.Show
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top