Message 1 of 5
Simple automated line drawing
Not applicable
06-05-2007
11:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone, this is my first post so try to go easy on me 😉
I have what I hope is a very simple request, I would like to create a macro
that works like the following;
- I execute this custom command
- It asks me to choose a rectangle
- It draws 2 lines in the rectangle on the current layer, from corner to
corner, forming an "X"
That's it. It would be great if I could further automate it so that it could
accept multiple rectangles and then fill each one of them in sequence. This
sounds weird I'm sure, but it's something I have to do on a VERY repetivie
basis, and it would be great to automate.
I did some VBA coding for Excel years ago, but I am basically clueless on
where to start here. Thanks very much for your help!
-C
I have what I hope is a very simple request, I would like to create a macro
that works like the following;
- I execute this custom command
- It asks me to choose a rectangle
- It draws 2 lines in the rectangle on the current layer, from corner to
corner, forming an "X"
That's it. It would be great if I could further automate it so that it could
accept multiple rectangles and then fill each one of them in sequence. This
sounds weird I'm sure, but it's something I have to do on a VERY repetivie
basis, and it would be great to automate.
I did some VBA coding for Excel years ago, but I am basically clueless on
where to start here. Thanks very much for your help!
-C