meaning of HRESULTs in Office Automation
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, Can anyone tell me how I an find out what a specific HRESULT error code means? The specifics are that I'm trying to set the text of a Bookmark in Word (using C#), but I keep geting a COMException which only tells me that the attempt to set Bookmark.Text failed, and supplies an errorCode. I'd like a bit more info - i.e. why it failed :rolleyes: are the Office Automation errorcodes documented anywhere? I can't seem to find anything on MSDN. TIA, Pete