Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

simple macro

  • Thread starter Thread starter -
  • Start date Start date
Status
Not open for further replies.

Guest
In Autocad - Can someone tell me how to write a simple macro, say for copying a block of a line from 0,0 to i,i from a for/next loop I know I can draw it but the thing I have in mind is more complicated. I'm thinking if I can do it with a line I can do it with a more complex shape???
thanks
 
From Acad Menu: Tools->Macros->VBA Editor

In VBA Editor Menu: Insert->Module

In VBA Editor Help: Search Copy See Example

Hope this gives a start.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top