Anonymous
in reply to:
Anonymous
04-10-2015
12:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-10-2015
12:39 PM
I understand you just want to modify the existing pattern but I do not think it's that easy.
I think you will need to redefine the pattern with all of the original inputs plus add to the number of features in the pattern with the count parameter in the add method.
here is a link to a macro for creating a circular pattern from VBA. Maybe it will help push you in the right direction. It uses the .Add method and changes the count parameter.