Message 1 of 11
oDwg.PlotConfigurations(strPageSetup) Broken!
Not applicable
09-13-2005
06:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Set oPlotCfg = oDwg.PlotConfigurations(strPageSetup)
This standard method doesn't for return an object in 2005 for me.
(and there's no syntax error)
I have to spin through the plot configurations like this.
For Each oPlotCfg1 In oDwg.PlotConfigurations
If StrComp(oPlotCfg1.Name, "_24x36", vbTextCompare) = 0 Then
Exit For
End If
Next
OK Autodesk, I wasted 30 mins on this one, you can reimburse me $75
to.......
(if this works, I could become rich)
- Ted
This standard method doesn't for return an object in 2005 for me.
(and there's no syntax error)
I have to spin through the plot configurations like this.
For Each oPlotCfg1 In oDwg.PlotConfigurations
If StrComp(oPlotCfg1.Name, "_24x36", vbTextCompare) = 0 Then
Exit For
End If
Next
OK Autodesk, I wasted 30 mins on this one, you can reimburse me $75
to.......
(if this works, I could become rich
- Ted