- 积分
- 4356
- 明经币
- 个
- 注册时间
- 2002-10-3
- 在线时间
- 小时
- 威望
-
- 金钱
- 个
- 贡献
-
- 激情
-
|
楼主 |
发表于 2004-6-27 19:56:00
|
显示全部楼层
呵呵,看来有了论坛会让人变懒,明明知道的问题却不去试一下,非要让人来确认一下.
Sub Example_Export() 'On Error Resume Next Dim exportFile As String exportFile = "C:\DXFExprt" Dim sset As AcadSelectionSet Set sset = ThisDrawing.SelectionSets.Add("TEST3") sset.Select acSelectionSetAll ThisDrawing.Export exportFile, "bmp", sset sset.Delete End Sub
但为何有时会出现如下对话框?
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
x
|