Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
other
informationbridge
office.intranets
office.misc
office.setup
office.xml
officeupdate
onenote
photodraw.discussion
powerpoint
producer
proj.standard&server
project
project.developer
project.pro_and_serve
project.server
project.vba
project2000
publisher
publisher.prepress
publisher.programming
publisher.webdesign
visio
visio.createshapes
visio.database.modeling
visio.dev.diagrams
visio.dev.shapesheet
visio.dev.vba
visio.dev.vc
visio.developer
visio.general
visio.installation
visio.printing
visio.software.modeling
visio.troubleshoot
  
 
date: Fri, 1 Jul 2005 11:56:02 -0700,    group: microsoft.public.visio.createshapes        back       


Map Arrange to Page   
I'm currently using the geographic mapping stencil in VISIO 2000 for the US 
States.  By dropping all the state shapes onto the page and using the 
"Arrange to Page" macro, it lines all the states up in the correct order to 
make the USA.  
Does anyone know how that is done? I am trying to replicate the action on 
shapes of Counties that I have created.  What needs to be done to the shapes 
so that they can be auto arranged?
date: Fri, 1 Jul 2005 11:56:02 -0700   author:   adb

Re: Map Arrange to Page   
If you open the Shapesheet for one of the map shapes, you should find a set 
of geographic coordinates.  The macro just positions each shape on the page 
using those coordinates.

-- 
Mark Nelson
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.

"adb"  wrote in message 
news:5FDD0DCD-A257-4B33-99BA-CF789F4BD48A@microsoft.com...
> I'm currently using the geographic mapping stencil in VISIO 2000 for the 
> US
> States.  By dropping all the state shapes onto the page and using the
> "Arrange to Page" macro, it lines all the states up in the correct order 
> to
> make the USA.
> Does anyone know how that is done? I am trying to replicate the action on
> shapes of Counties that I have created.  What needs to be done to the 
> shapes
> so that they can be auto arranged?
date: Fri, 1 Jul 2005 20:41:38 -0700   author:   Mark Nelson [MS]

Re: Map Arrange to Page   
Do you know how the macro uses the coordinates or what the coordinates 
represent? I've been messing with them and haven't been able to figure them 
out yet.  I'm using User.ArrangeData which consists of 4 numbers separated by 
|
For example ="0.111305|0.130204|2.284329|6.318074"
Any help would be much appreciated.
Thanks


"Mark Nelson [MS]" wrote:

> If you open the Shapesheet for one of the map shapes, you should find a set 
> of geographic coordinates.  The macro just positions each shape on the page 
> using those coordinates.
> 
> -- 
> Mark Nelson
> Microsoft Corporation
> 
> This posting is provided "AS IS" with no warranties, and confers no rights.
> 
> "adb"  wrote in message 
> news:5FDD0DCD-A257-4B33-99BA-CF789F4BD48A@microsoft.com...
> > I'm currently using the geographic mapping stencil in VISIO 2000 for the 
> > US
> > States.  By dropping all the state shapes onto the page and using the
> > "Arrange to Page" macro, it lines all the states up in the correct order 
> > to
> > make the USA.
> > Does anyone know how that is done? I am trying to replicate the action on
> > shapes of Counties that I have created.  What needs to be done to the 
> > shapes
> > so that they can be auto arranged? 
> 
> 
>
date: Thu, 7 Jul 2005 07:48:02 -0700   author:   adb

Re: Map Arrange to Page   
Actually it is five numbers. The first numbers describing the bounding box 
based on longtitudae and latitude. I'm note sure of the significance of the 
fifth number, but it has had a value of sixteen for all the ones I have 
looked.

The values for New York are (approx) -79|40|-71|45|16
New York ranges from 79W to 71W latitude and 40N to 45N longtitude.

John...    Visio MVP

Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
Need VBA examples?   http://www.mvps.org/visio/VBA.htm
Common Visio Questions http://www.mvps.org/visio/common_questions.htm
"adb"  wrote in message 
news:CCCB43D0-D973-4009-B628-313C9EE7B2A1@microsoft.com...
> Do you know how the macro uses the coordinates or what the coordinates
> represent? I've been messing with them and haven't been able to figure 
> them
> out yet.  I'm using User.ArrangeData which consists of 4 numbers separated 
> by
> |
> For example ="0.111305|0.130204|2.284329|6.318074"
> Any help would be much appreciated.
> Thanks
>
>
> "Mark Nelson [MS]" wrote:
>
>> If you open the Shapesheet for one of the map shapes, you should find a 
>> set
>> of geographic coordinates.  The macro just positions each shape on the 
>> page
>> using those coordinates.
>>
>> -- 
>> Mark Nelson
>> Microsoft Corporation
>>
>> This posting is provided "AS IS" with no warranties, and confers no 
>> rights.
>>
>> "adb"  wrote in message
>> news:5FDD0DCD-A257-4B33-99BA-CF789F4BD48A@microsoft.com...
>> > I'm currently using the geographic mapping stencil in VISIO 2000 for 
>> > the
>> > US
>> > States.  By dropping all the state shapes onto the page and using the
>> > "Arrange to Page" macro, it lines all the states up in the correct 
>> > order
>> > to
>> > make the USA.
>> > Does anyone know how that is done? I am trying to replicate the action 
>> > on
>> > shapes of Counties that I have created.  What needs to be done to the
>> > shapes
>> > so that they can be auto arranged?
>>
>>
>>
date: Thu, 7 Jul 2005 14:50:11 -0400   author:   John Marshall, MVP

Re: Map Arrange to Page   
Thanks so much for responding.  I think we are looking at two different 
properties though.  It looks like you are using the User.MapData. I'm looking 
at User.ArrangeData.  THe one you are looking at does not seem to have any 
effect on how the shapes are arranged when running the Build Region macro on 
them, I'm basing this on the fact that I can change any of the 5 values in 
MapData and it still can arrange, but if I change the ArrangeData then there 
are problems.  

Any idea what the 4 values in ArrangeData are?  

Thanks for the trying to help :)

"John Marshall, MVP" wrote:

> Actually it is five numbers. The first numbers describing the bounding box 
> based on longtitudae and latitude. I'm note sure of the significance of the 
> fifth number, but it has had a value of sixteen for all the ones I have 
> looked.
> 
> The values for New York are (approx) -79|40|-71|45|16
> New York ranges from 79W to 71W latitude and 40N to 45N longtitude.
> 
> John...    Visio MVP
> 
> Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
> Need VBA examples?   http://www.mvps.org/visio/VBA.htm
> Common Visio Questions http://www.mvps.org/visio/common_questions.htm
> "adb"  wrote in message 
> news:CCCB43D0-D973-4009-B628-313C9EE7B2A1@microsoft.com...
> > Do you know how the macro uses the coordinates or what the coordinates
> > represent? I've been messing with them and haven't been able to figure 
> > them
> > out yet.  I'm using User.ArrangeData which consists of 4 numbers separated 
> > by
> > |
> > For example ="0.111305|0.130204|2.284329|6.318074"
> > Any help would be much appreciated.
> > Thanks
> >
> >
> > "Mark Nelson [MS]" wrote:
> >
> >> If you open the Shapesheet for one of the map shapes, you should find a 
> >> set
> >> of geographic coordinates.  The macro just positions each shape on the 
> >> page
> >> using those coordinates.
> >>
> >> -- 
> >> Mark Nelson
> >> Microsoft Corporation
> >>
> >> This posting is provided "AS IS" with no warranties, and confers no 
> >> rights.
> >>
> >> "adb"  wrote in message
> >> news:5FDD0DCD-A257-4B33-99BA-CF789F4BD48A@microsoft.com...
> >> > I'm currently using the geographic mapping stencil in VISIO 2000 for 
> >> > the
> >> > US
> >> > States.  By dropping all the state shapes onto the page and using the
> >> > "Arrange to Page" macro, it lines all the states up in the correct 
> >> > order
> >> > to
> >> > make the USA.
> >> > Does anyone know how that is done? I am trying to replicate the action 
> >> > on
> >> > shapes of Counties that I have created.  What needs to be done to the
> >> > shapes
> >> > so that they can be auto arranged?
> >>
> >>
> >> 
> 
> 
>
date: Thu, 7 Jul 2005 15:06:03 -0700   author:   adb

Re: Map Arrange to Page   
I tried sorting the content of both cells for several states (NY, 
Washington, California and Florida) and I could see no correlation for the 
items in that cell and the states used. When sorted by each item in that 
cell, the states did not align up in any specific order.

We will have to leave this up to Mark to get the inside story.

John...    Visio MVP

Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
Need VBA examples?   http://www.mvps.org/visio/VBA.htm
Common Visio Questions http://www.mvps.org/visio/common_questions.htm
"adb"  wrote in message 
news:91E1893E-CC3D-40E5-AECB-51D7B41BA331@microsoft.com...
> Thanks so much for responding.  I think we are looking at two different
> properties though.  It looks like you are using the User.MapData. I'm 
> looking
> at User.ArrangeData.  THe one you are looking at does not seem to have any
> effect on how the shapes are arranged when running the Build Region macro 
> on
> them, I'm basing this on the fact that I can change any of the 5 values in
> MapData and it still can arrange, but if I change the ArrangeData then 
> there
> are problems.
>
> Any idea what the 4 values in ArrangeData are?
>
> Thanks for the trying to help :)
>
> "John Marshall, MVP" wrote:
>
>> Actually it is five numbers. The first numbers describing the bounding 
>> box
>> based on longtitudae and latitude. I'm note sure of the significance of 
>> the
>> fifth number, but it has had a value of sixteen for all the ones I have
>> looked.
>>
>> The values for New York are (approx) -79|40|-71|45|16
>> New York ranges from 79W to 71W latitude and 40N to 45N longtitude.
>>
>> John...    Visio MVP
>>
>> Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
>> Need VBA examples?   http://www.mvps.org/visio/VBA.htm
>> Common Visio Questions http://www.mvps.org/visio/common_questions.htm
>> "adb"  wrote in message
>> news:CCCB43D0-D973-4009-B628-313C9EE7B2A1@microsoft.com...
>> > Do you know how the macro uses the coordinates or what the coordinates
>> > represent? I've been messing with them and haven't been able to figure
>> > them
>> > out yet.  I'm using User.ArrangeData which consists of 4 numbers 
>> > separated
>> > by
>> > |
>> > For example ="0.111305|0.130204|2.284329|6.318074"
>> > Any help would be much appreciated.
>> > Thanks
>> >
>> >
>> > "Mark Nelson [MS]" wrote:
>> >
>> >> If you open the Shapesheet for one of the map shapes, you should find 
>> >> a
>> >> set
>> >> of geographic coordinates.  The macro just positions each shape on the
>> >> page
>> >> using those coordinates.
>> >>
>> >> -- 
>> >> Mark Nelson
>> >> Microsoft Corporation
>> >>
>> >> This posting is provided "AS IS" with no warranties, and confers no
>> >> rights.
>> >>
>> >> "adb"  wrote in message
>> >> news:5FDD0DCD-A257-4B33-99BA-CF789F4BD48A@microsoft.com...
>> >> > I'm currently using the geographic mapping stencil in VISIO 2000 for
>> >> > the
>> >> > US
>> >> > States.  By dropping all the state shapes onto the page and using 
>> >> > the
>> >> > "Arrange to Page" macro, it lines all the states up in the correct
>> >> > order
>> >> > to
>> >> > make the USA.
>> >> > Does anyone know how that is done? I am trying to replicate the 
>> >> > action
>> >> > on
>> >> > shapes of Counties that I have created.  What needs to be done to 
>> >> > the
>> >> > shapes
>> >> > so that they can be auto arranged?
>> >>
>> >>
>> >>
>>
>>
>>
date: Thu, 7 Jul 2005 20:04:58 -0400   author:   John Marshall, MVP

Re: Map Arrange to Page   
Yeah this one has got me befuddled...
Who is Mark? Is he usually around here?
Thanks again

"John Marshall, MVP" wrote:

> I tried sorting the content of both cells for several states (NY, 
> Washington, California and Florida) and I could see no correlation for the 
> items in that cell and the states used. When sorted by each item in that 
> cell, the states did not align up in any specific order.
> 
> We will have to leave this up to Mark to get the inside story.
> 
> John...    Visio MVP
> 
> Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
> Need VBA examples?   http://www.mvps.org/visio/VBA.htm
> Common Visio Questions http://www.mvps.org/visio/common_questions.htm
> "adb"  wrote in message 
> news:91E1893E-CC3D-40E5-AECB-51D7B41BA331@microsoft.com...
> > Thanks so much for responding.  I think we are looking at two different
> > properties though.  It looks like you are using the User.MapData. I'm 
> > looking
> > at User.ArrangeData.  THe one you are looking at does not seem to have any
> > effect on how the shapes are arranged when running the Build Region macro 
> > on
> > them, I'm basing this on the fact that I can change any of the 5 values in
> > MapData and it still can arrange, but if I change the ArrangeData then 
> > there
> > are problems.
> >
> > Any idea what the 4 values in ArrangeData are?
> >
> > Thanks for the trying to help :)
> >
> > "John Marshall, MVP" wrote:
> >
> >> Actually it is five numbers. The first numbers describing the bounding 
> >> box
> >> based on longtitudae and latitude. I'm note sure of the significance of 
> >> the
> >> fifth number, but it has had a value of sixteen for all the ones I have
> >> looked.
> >>
> >> The values for New York are (approx) -79|40|-71|45|16
> >> New York ranges from 79W to 71W latitude and 40N to 45N longtitude.
> >>
> >> John...    Visio MVP
> >>
> >> Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
> >> Need VBA examples?   http://www.mvps.org/visio/VBA.htm
> >> Common Visio Questions http://www.mvps.org/visio/common_questions.htm
> >> "adb"  wrote in message
> >> news:CCCB43D0-D973-4009-B628-313C9EE7B2A1@microsoft.com...
> >> > Do you know how the macro uses the coordinates or what the coordinates
> >> > represent? I've been messing with them and haven't been able to figure
> >> > them
> >> > out yet.  I'm using User.ArrangeData which consists of 4 numbers 
> >> > separated
> >> > by
> >> > |
> >> > For example ="0.111305|0.130204|2.284329|6.318074"
> >> > Any help would be much appreciated.
> >> > Thanks
> >> >
> >> >
> >> > "Mark Nelson [MS]" wrote:
> >> >
> >> >> If you open the Shapesheet for one of the map shapes, you should find 
> >> >> a
> >> >> set
> >> >> of geographic coordinates.  The macro just positions each shape on the
> >> >> page
> >> >> using those coordinates.
> >> >>
> >> >> -- 
> >> >> Mark Nelson
> >> >> Microsoft Corporation
> >> >>
> >> >> This posting is provided "AS IS" with no warranties, and confers no
> >> >> rights.
> >> >>
> >> >> "adb"  wrote in message
> >> >> news:5FDD0DCD-A257-4B33-99BA-CF789F4BD48A@microsoft.com...
> >> >> > I'm currently using the geographic mapping stencil in VISIO 2000 for
> >> >> > the
> >> >> > US
> >> >> > States.  By dropping all the state shapes onto the page and using 
> >> >> > the
> >> >> > "Arrange to Page" macro, it lines all the states up in the correct
> >> >> > order
> >> >> > to
> >> >> > make the USA.
> >> >> > Does anyone know how that is done? I am trying to replicate the 
> >> >> > action
> >> >> > on
> >> >> > shapes of Counties that I have created.  What needs to be done to 
> >> >> > the
> >> >> > shapes
> >> >> > so that they can be auto arranged?
> >> >>
> >> >>
> >> >>
> >>
> >>
> >> 
> 
> 
>
date: Fri, 8 Jul 2005 07:36:02 -0700   author:   adb

Re: Map Arrange to Page - Mark Nelson   
Mark Nelson is part of the Visio team and is quite active in these 
newsgroups.

John...    Visio MVP

Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
Need VBA examples?   http://www.mvps.org/visio/VBA.htm
Common Visio Questions http://www.mvps.org/visio/common_questions.htm
"adb"  wrote in message 
news:2B55D13C-AEF0-4B78-B5BE-4C9B445EF558@microsoft.com...
> Yeah this one has got me befuddled...
> Who is Mark? Is he usually around here?
> Thanks again
>
> "John Marshall, MVP" wrote:
>
>> I tried sorting the content of both cells for several states (NY,
>> Washington, California and Florida) and I could see no correlation for 
>> the
>> items in that cell and the states used. When sorted by each item in that
>> cell, the states did not align up in any specific order.
>>
>> We will have to leave this up to Mark to get the inside story.
>>
>> John...    Visio MVP
>>
>> Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
>> Need VBA examples?   http://www.mvps.org/visio/VBA.htm
>> Common Visio Questions http://www.mvps.org/visio/common_questions.htm
>> "adb"  wrote in message
>> news:91E1893E-CC3D-40E5-AECB-51D7B41BA331@microsoft.com...
>> > Thanks so much for responding.  I think we are looking at two different
>> > properties though.  It looks like you are using the User.MapData. I'm
>> > looking
>> > at User.ArrangeData.  THe one you are looking at does not seem to have 
>> > any
>> > effect on how the shapes are arranged when running the Build Region 
>> > macro
>> > on
>> > them, I'm basing this on the fact that I can change any of the 5 values 
>> > in
>> > MapData and it still can arrange, but if I change the ArrangeData then
>> > there
>> > are problems.
>> >
>> > Any idea what the 4 values in ArrangeData are?
>> >
>> > Thanks for the trying to help :)
>> >
>> > "John Marshall, MVP" wrote:
>> >
>> >> Actually it is five numbers. The first numbers describing the bounding
>> >> box
>> >> based on longtitudae and latitude. I'm note sure of the significance 
>> >> of
>> >> the
>> >> fifth number, but it has had a value of sixteen for all the ones I 
>> >> have
>> >> looked.
>> >>
>> >> The values for New York are (approx) -79|40|-71|45|16
>> >> New York ranges from 79W to 71W latitude and 40N to 45N longtitude.
>> >>
>> >> John...    Visio MVP
>> >>
>> >> Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
>> >> Need VBA examples?   http://www.mvps.org/visio/VBA.htm
>> >> Common Visio Questions http://www.mvps.org/visio/common_questions.htm
>> >> "adb"  wrote in message
>> >> news:CCCB43D0-D973-4009-B628-313C9EE7B2A1@microsoft.com...
>> >> > Do you know how the macro uses the coordinates or what the 
>> >> > coordinates
>> >> > represent? I've been messing with them and haven't been able to 
>> >> > figure
>> >> > them
>> >> > out yet.  I'm using User.ArrangeData which consists of 4 numbers
>> >> > separated
>> >> > by
>> >> > |
>> >> > For example ="0.111305|0.130204|2.284329|6.318074"
>> >> > Any help would be much appreciated.
>> >> > Thanks
>> >> >
>> >> >
>> >> > "Mark Nelson [MS]" wrote:
>> >> >
>> >> >> If you open the Shapesheet for one of the map shapes, you should 
>> >> >> find
>> >> >> a
>> >> >> set
>> >> >> of geographic coordinates.  The macro just positions each shape on 
>> >> >> the
>> >> >> page
>> >> >> using those coordinates.
>> >> >>
>> >> >> -- 
>> >> >> Mark Nelson
>> >> >> Microsoft Corporation
>> >> >>
>> >> >> This posting is provided "AS IS" with no warranties, and confers no
>> >> >> rights.
>> >> >>
>> >> >> "adb"  wrote in message
>> >> >> news:5FDD0DCD-A257-4B33-99BA-CF789F4BD48A@microsoft.com...
>> >> >> > I'm currently using the geographic mapping stencil in VISIO 2000 
>> >> >> > for
>> >> >> > the
>> >> >> > US
>> >> >> > States.  By dropping all the state shapes onto the page and using
>> >> >> > the
>> >> >> > "Arrange to Page" macro, it lines all the states up in the 
>> >> >> > correct
>> >> >> > order
>> >> >> > to
>> >> >> > make the USA.
>> >> >> > Does anyone know how that is done? I am trying to replicate the
>> >> >> > action
>> >> >> > on
>> >> >> > shapes of Counties that I have created.  What needs to be done to
>> >> >> > the
>> >> >> > shapes
>> >> >> > so that they can be auto arranged?
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>
date: Fri, 8 Jul 2005 14:55:16 -0400   author:   John Marshall, MVP

Re: Map Arrange to Page - Mark Nelson   
I think I got most of it figured it out... I'll eventually post the info, but 
need to finish sorting it out.  Now I have a new problem...which will follow 
in a new thread ;)

Thanks again

"John Marshall, MVP" wrote:

> Mark Nelson is part of the Visio team and is quite active in these 
> newsgroups.
> 
> John...    Visio MVP
> 
> Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
> Need VBA examples?   http://www.mvps.org/visio/VBA.htm
> Common Visio Questions http://www.mvps.org/visio/common_questions.htm
> "adb"  wrote in message 
> news:2B55D13C-AEF0-4B78-B5BE-4C9B445EF558@microsoft.com...
> > Yeah this one has got me befuddled...
> > Who is Mark? Is he usually around here?
> > Thanks again
> >
> > "John Marshall, MVP" wrote:
> >
> >> I tried sorting the content of both cells for several states (NY,
> >> Washington, California and Florida) and I could see no correlation for 
> >> the
> >> items in that cell and the states used. When sorted by each item in that
> >> cell, the states did not align up in any specific order.
> >>
> >> We will have to leave this up to Mark to get the inside story.
> >>
> >> John...    Visio MVP
> >>
> >> Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
> >> Need VBA examples?   http://www.mvps.org/visio/VBA.htm
> >> Common Visio Questions http://www.mvps.org/visio/common_questions.htm
> >> "adb"  wrote in message
> >> news:91E1893E-CC3D-40E5-AECB-51D7B41BA331@microsoft.com...
> >> > Thanks so much for responding.  I think we are looking at two different
> >> > properties though.  It looks like you are using the User.MapData. I'm
> >> > looking
> >> > at User.ArrangeData.  THe one you are looking at does not seem to have 
> >> > any
> >> > effect on how the shapes are arranged when running the Build Region 
> >> > macro
> >> > on
> >> > them, I'm basing this on the fact that I can change any of the 5 values 
> >> > in
> >> > MapData and it still can arrange, but if I change the ArrangeData then
> >> > there
> >> > are problems.
> >> >
> >> > Any idea what the 4 values in ArrangeData are?
> >> >
> >> > Thanks for the trying to help :)
> >> >
> >> > "John Marshall, MVP" wrote:
> >> >
> >> >> Actually it is five numbers. The first numbers describing the bounding
> >> >> box
> >> >> based on longtitudae and latitude. I'm note sure of the significance 
> >> >> of
> >> >> the
> >> >> fifth number, but it has had a value of sixteen for all the ones I 
> >> >> have
> >> >> looked.
> >> >>
> >> >> The values for New York are (approx) -79|40|-71|45|16
> >> >> New York ranges from 79W to 71W latitude and 40N to 45N longtitude.
> >> >>
> >> >> John...    Visio MVP
> >> >>
> >> >> Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
> >> >> Need VBA examples?   http://www.mvps.org/visio/VBA.htm
> >> >> Common Visio Questions http://www.mvps.org/visio/common_questions.htm
> >> >> "adb"  wrote in message
> >> >> news:CCCB43D0-D973-4009-B628-313C9EE7B2A1@microsoft.com...
> >> >> > Do you know how the macro uses the coordinates or what the 
> >> >> > coordinates
> >> >> > represent? I've been messing with them and haven't been able to 
> >> >> > figure
> >> >> > them
> >> >> > out yet.  I'm using User.ArrangeData which consists of 4 numbers
> >> >> > separated
> >> >> > by
> >> >> > |
> >> >> > For example ="0.111305|0.130204|2.284329|6.318074"
> >> >> > Any help would be much appreciated.
> >> >> > Thanks
> >> >> >
> >> >> >
> >> >> > "Mark Nelson [MS]" wrote:
> >> >> >
> >> >> >> If you open the Shapesheet for one of the map shapes, you should 
> >> >> >> find
> >> >> >> a
> >> >> >> set
> >> >> >> of geographic coordinates.  The macro just positions each shape on 
> >> >> >> the
> >> >> >> page
> >> >> >> using those coordinates.
> >> >> >>
> >> >> >> -- 
> >> >> >> Mark Nelson
> >> >> >> Microsoft Corporation
> >> >> >>
> >> >> >> This posting is provided "AS IS" with no warranties, and confers no
> >> >> >> rights.
> >> >> >>
> >> >> >> "adb"  wrote in message
> >> >> >> news:5FDD0DCD-A257-4B33-99BA-CF789F4BD48A@microsoft.com...
> >> >> >> > I'm currently using the geographic mapping stencil in VISIO 2000 
> >> >> >> > for
> >> >> >> > the
> >> >> >> > US
> >> >> >> > States.  By dropping all the state shapes onto the page and using
> >> >> >> > the
> >> >> >> > "Arrange to Page" macro, it lines all the states up in the 
> >> >> >> > correct
> >> >> >> > order
> >> >> >> > to
> >> >> >> > make the USA.
> >> >> >> > Does anyone know how that is done? I am trying to replicate the
> >> >> >> > action
> >> >> >> > on
> >> >> >> > shapes of Counties that I have created.  What needs to be done to
> >> >> >> > the
> >> >> >> > shapes
> >> >> >> > so that they can be auto arranged?
> >> >> >>
> >> >> >>
> >> >> >>
> >> >>
> >> >>
> >> >>
> >>
> >>
> >> 
> 
> 
>
date: Fri, 8 Jul 2005 12:36:04 -0700   author:   adb

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us