Message 1 of 4
Select an occurence (user pick)

Not applicable
04-10-2007
07:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I know that this is an extreme newbie type of question, and I'm embarrassed to even ask. I am attempting to create a little VBA macro that will flush up the origin planes of two components that I select. I am a total "hack" at coding with VBA and am almost totally lost. Cheating from the sample code, I am able to flush up two components in the assebmly with no problem. It gets occurence.item(1) and occurence.item(2) and does it's thing. I want to be able to select which occurences in the assembly, not just get item(1) and item(2) in the assembly. You know, selection sets. That's where I'm lost. Any help would be appriciated.