Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Errors when embedded in a browser.

I have a workbook with a few charts and lots of VBA code to do some
fancy stuff.

Everything works as expected when I open the workbook in Excel, but
when I open it in IE I get an error 400.

Most of the error 400's that I've gotten I've worked around, but there
one that I can't think of a work around for.

It occurs when I try to active a chart object within a macro. The
macro is run when a shape in different chart is clicked.

What is this error 400? What does it mean and why would it be occuring
in this situation?

Thanks

James

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Errors when embedded in a browser.

I forgot to add something.

In debug mode, if I add a watch to the

Worksheets("Charts").ChartObjects(chtName)

which is the chartobject I'm trying to activate the value is

<Method 'Worksheets' of object '_Global' failed

Any insight into what this means and why it only happens in IE?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Errors when embedded in a browser.

I've just noticed that doing either

ThisWorkbook.Worksheets("Charts").ChartObjects(cht Name)

or just

ChartObjects(chtName)

allows the watch to work properly. However, in debug mode rather than
getting the 400 error I get a

System Error &H80010108 (-2147417848): The object invoked has
disconnected from its clients

This just confuses me more...

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
what is a web browser msbenz Excel Discussion (Misc queries) 1 October 3rd 06 09:28 AM
Excel Throwing Circular Errors When No Errors Exist MDW Excel Worksheet Functions 1 August 10th 06 02:15 PM
Object Browser Help [email protected] Excel Programming 0 January 6th 05 08:18 PM
Unresolved Errors in IF Statements - Errors do not show in results Markthepain Excel Worksheet Functions 2 December 3rd 04 08:49 AM
BROWSER David Excel Programming 2 February 3rd 04 11:18 PM


All times are GMT +1. The time now is 01:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"