Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following for/next loop in Excel
For Each objcht In sht.ChartObjects In Excel I dimension it as Dim objcht As ChartObject I want to do something with a chart object through PowerPoint and I have a similar For/Next loop For Each chtobj In XLSheet.ChartObjects I've tried dimensioning it like this: Dim chtobj As Application.Excel.ChartObjects When I try to RUN it, I get an application mismatch on the immediately preceding line. Can someone assist? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Embedded Excel Objects in PowerPoint resize after editing | Excel Discussion (Misc queries) | |||
Linking Objects from Excel to PowerPoint | Excel Discussion (Misc queries) | |||
PowerPoint objects in Excel | Excel Discussion (Misc queries) | |||
dimensioning variables | Excel Programming | |||
moving excel objects pasted as an image in Powerpoint | Excel Programming |