本帖最后由 作者 于 2009-10-9 11:37:05 编辑
Public Sub sf() Dim objlayout As AcadLayout Dim objplotconfiguration As AcadPlotConfiguration Set objlayout = ThisDrawing.ActiveLayout objplotconfiguration.ConfigName = objlayout.ConfigName End Sub 运行时红色那句出现错误 “运行时错误91 对象错误或者with块变量未设置” 何解? 已解决,请版主删帖! |