![]() |
is object chart?
Hi,
How recognize (in VBA) is activeobject chart? Best regards Mark |
is object chart?
Hi,
msgbox Typename(Selection) Or msgbox Typename(Selection.Parent) Should give you some pointers. Candidates: ChartArea ChartObject Chart Regards, Jan Karel Pieterse Excel TA/MVP -----Original Message----- Hi, How recognize (in VBA) is activeobject chart? Best regards Mark . |
is object chart?
Mark -
Try this: If Not ActiveChart is Nothing Then '' Selected object is a chart. End If - Jon ------- Jon Peltier, Microsoft Excel MVP http://www.geocities.com/jonpeltier/Excel/index.html _______ Mark wrote: Hi, How recognize (in VBA) is activeobject chart? Best regards Mark |
All times are GMT +1. The time now is 01:47 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com