TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
richard smith
1.4k
285
159.9k
COMException Unhandled
Feb 14 2013 5:34 PM
I am running this code:
string[] lStats= new string[] { "Overboard" };
dynamic totalStats = oXL.ActiveWorkbook.Sheets[1].Cells.Find(lStats, XLFindLookIn.xlValues, XlLookAt.xlWhole).Offset[0,4].Value;
And it throws a COMException was unhandled. Type Mismatch(Exception from HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH))
Reply
Answers (
1
)
Moving cursor to beginning of document - C# and Word Interop
access any contols of the mdiparent form into its child form