A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Visio
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Create same layers on multiple pages easily?



 
 
Thread Tools Display Modes
  #1  
Old April 7th, 2008, 06:29 PM posted to microsoft.public.visio.general
AFCErik
external usenet poster
 
Posts: 1
Default Create same layers on multiple pages easily?

I have a visio doc with multiple pages.

I want the same layers on each page.

Can I create the layers on each page without having to add each one manually?

Is there some kind of "Duplicate layers on each page" command?

--
Erik
  #2  
Old April 7th, 2008, 06:51 PM posted to microsoft.public.visio.general
Paul Herber
external usenet poster
 
Posts: 1,732
Default Create same layers on multiple pages easily?

On Mon, 7 Apr 2008 10:29:01 -0700, AFCErik
wrote:

I have a visio doc with multiple pages.

I want the same layers on each page.

Can I create the layers on each page without having to add each one manually?

Is there some kind of "Duplicate layers on each page" command?


Would you care to try our
http://www.visio-utilities.sandrila.co.uk/

can do Copy and Paste of layers



--
Regards, Paul Herber, Sandrila Ltd
http://www.electronic-chip-packages.sandrila.co.uk/
  #3  
Old April 7th, 2008, 11:09 PM posted to microsoft.public.visio.general
David Parker
external usenet poster
 
Posts: 467
Default Create same layers on multiple pages easily?

Or just draw any simple shape on page A, assign it to all layers, then move
or copy the shape to page B. All of the layers will be created on Page B.

"Paul Herber" wrote in message
ell.net...
On Mon, 7 Apr 2008 10:29:01 -0700, AFCErik
wrote:

I have a visio doc with multiple pages.

I want the same layers on each page.

Can I create the layers on each page without having to add each one
manually?

Is there some kind of "Duplicate layers on each page" command?


Would you care to try our
http://www.visio-utilities.sandrila.co.uk/

can do Copy and Paste of layers



--
Regards, Paul Herber, Sandrila Ltd
http://www.electronic-chip-packages.sandrila.co.uk/


--
David Parker
Microsoft MVP (Visio)
http://bvisual.spaces.live.com
http://www.visualizinginformation.com

  #4  
Old August 17th, 2008, 03:24 PM posted to microsoft.public.visio.general
Hugh McCastlain
external usenet poster
 
Posts: 2
Default copy layers and Visio VBA

Very practical solution!. I am very frustrated in trying to get started with VBA since most texts don't cover Visio. I am a technical writer (retired from natural gas industry) for the refinery industry and use Visio extensively. Got halfway through MCSE and decided that was a MS racket. Got Cisco cert. "power" user. in-the-closet geek. I am trying to automate a technical drawing (very complex compressor/turbine combo with auxiliary system and control systems) with some 20 plus layers. Various pics with different layer combos are inserted into tech manuals. I have been using screen prints pics of the layer properties page to be sure and get the right combos each time but this needs automation for someone else using the drawing. I dissected some recorded macros (thank god it's available in 2007)and got a prototype working but I need to (1) be able to count layers (2) handle added/removed layers (3) get the layer names (4) maybe reorder the layers. Control over the other "columns", especially "print" is also needed. Why can I not ad a button to the ribbon or one of the toolbars for a macro like i used to do in Word2003 (I had Word2007 so far; tough on a real-word office trying to be productive). Looking through all the detail in VBA help had me foaming at the mouth and pulling outhair I don't have.
Bottom line: (1) Is there a text or site with tutorials that are oriented toweard Visio (pay sites OK but of course preferr shareware or free!)(2) VBA for dummies is the worst book I have ever picked up but"Mastering VBA" is OK (3)Is there a good source that "slow walks" through the organization of Visio application (shape sheet? i hardly know where to begin) (4) it seems like "Help" assume one has been doing VB and VBA for years. I would like to speed up the learning curve. (5( any thoughts on my project above?
Sorry about the long post!!!
  #5  
Old August 17th, 2008, 06:02 PM posted to microsoft.public.visio.general
Hugh McCastlain
external usenet poster
 
Posts: 2
Default copy layers and Visio VBA

Very practical solution!. I am very frustrated in trying to get started with VBA since most texts don't cover Visio. I am a technical writer (retired from natural gas industry) for the refinery industry and use Visio extensively. Got halfway through MCSE and decided that was a MS racket. Got Cisco cert. "power" user. in-the-closet geek. I am trying to automate a technical drawing (very complex compressor/turbine combo with auxiliary system and control systems) with some 20 plus layers. Various pics with different layer combos are inserted into tech manuals. I have been using screen prints pics of the layer properties page to be sure and get the right combos each time but this needs automation for someone else using the drawing. I dissected some recorded macros (thank god it's available in 2007)and got a prototype working but I need to (1) be able to count layers (2) handle added/removed layers (3) get the layer names (4) maybe reorder the layers. Control over the other "columns", especially "print" is also needed. Why can I not ad a button to the ribbon or one of the toolbars for a macro like i used to do in Word2003 (I had Word2007 so far; tough on a real-word office trying to be productive). Looking through all the detail in VBA help had me foaming at the mouth and pulling outhair I don't have.
Bottom line: (1) Is there a text or site with tutorials that are oriented toweard Visio (pay sites OK but of course preferr shareware or free!)(2) VBA for dummies is the worst book I have ever picked up but"Mastering VBA" is OK (3)Is there a good source that "slow walks" through the organization of Visio application (shape sheet? i hardly know where to begin) (4) it seems like "Help" assume one has been doing VB and VBA for years. I would like to speed up the learning curve. (5( any thoughts on my project above?
Sorry about the long post!!!
  #6  
Old August 17th, 2008, 10:31 PM posted to microsoft.public.visio.general
AlEdlund
external usenet poster
 
Posts: 468
Default copy layers and Visio VBA

let's start with the shortcuts first. vba and vb(6) are very similar, vb6
examples are in the visio sdk and available for free as a download. Besides
code samples there are examples of applications.

The basic texts for learning visio are still Graham Widemans 'survival pack'
and David Edson's 'professional development'. They both have lot's of
samples and examples in vba.

John (Marshall's) site (visio.mvps.org) and Chris Roth's site are also great
places (www.visguy.com) for working examples. David Parker
(http://bvisual.spaces.live.com/blog/...33A9!180.entry) had a
great post on layers.
hth,
al

"Hugh McCastlain" wrote in message ...
Very practical solution!. I am very frustrated in trying to get started
with VBA since most texts don't cover Visio. I am a technical writer
(retired from natural gas industry) for the refinery industry and use
Visio extensively. Got halfway through MCSE and decided that was a MS
racket. Got Cisco cert. "power" user. in-the-closet geek. I am trying
to automate a technical drawing (very complex compressor/turbine combo
with auxiliary system and control systems) with some 20 plus layers.
Various pics with different layer combos are inserted into tech manuals.
I have been using screen prints pics of the layer properties page to be
sure and get the right combos each time but this needs automation for
someone else using the drawing. I dissected some recorded macros (thank
god it's available in 2007)and got a prototype working but I need to (1)
be able to count layers (2) handle added/removed layers (3) get the layer
names (4) maybe reorder the layers. Control over the other "columns",
especially "print" is also needed. Why can I not ad a button to the
ribbon or one of the toolbars for a macro like i used to do in Word2003 (I
had Word2007 so far; tough on a real-word office trying to be productive).
Looking through all the detail in VBA help had me foaming at the mouth and
pulling outhair I don't have.
Bottom line: (1) Is there a text or site with tutorials that are oriented
toweard Visio (pay sites OK but of course preferr shareware or free!)(2)
VBA for dummies is the worst book I have ever picked up but"Mastering VBA"
is OK (3)Is there a good source that "slow walks" through the organization
of Visio application (shape sheet? i hardly know where to begin) (4) it
seems like "Help" assume one has been doing VB and VBA for years. I would
like to speed up the learning curve. (5( any thoughts on my project above?
Sorry about the long post!!!


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:20 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.