Message 1 of 7
Delete all objects on a layer in VBA
Not applicable
10-31-2002
10:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
HI All,
I've seen the example code in the Developer help.
The example is as follows:
for each obj in ThisDrawing.Groups
obj.Delete
next obj
How can I apply this to all objects on a layer AND how should I declare obj
DIm obj as ??
I've seen the example code in the Developer help.
The example is as follows:
for each obj in ThisDrawing.Groups
obj.Delete
next obj
How can I apply this to all objects on a layer AND how should I declare obj
DIm obj as ??