hosehead78
Technical User
I had originally posted here ( however, it was suggested to try this forum.
I get the following error when I am running a spreadsheet on Windows 7 using Excel 2010.
Run-time error '-2147221005 (800401f3)': Invalid class string
The spreadsheet works fine using Excel 2003 on an XP box.
Error is at this line... It never makes it past this line. So I cannot Stop the code and cycle through via F8.
Any thoughts?
I get the following error when I am running a spreadsheet on Windows 7 using Excel 2010.
Run-time error '-2147221005 (800401f3)': Invalid class string
The spreadsheet works fine using Excel 2003 on an XP box.
Error is at this line... It never makes it past this line. So I cannot Stop the code and cycle through via F8.
Code:
Public Sub ShowFlashForm()
frmFlash.Show ' *** Errors out here with [invalid class string 800401f3] error
End Sub
Any thoughts?