<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Number Your Pages Visually</title>
	<atom:link href="http://www.visguy.com/2009/04/15/number-your-pages-visually/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.visguy.com/2009/04/15/number-your-pages-visually/</link>
	<description>Shapes, Stencils, Drawings Templates, Tutorials, Tips &#38; Developer Info for Microsoft Visio</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:20:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Bill</title>
		<link>http://www.visguy.com/2009/04/15/number-your-pages-visually/comment-page-1/#comment-24312</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Tue, 02 Feb 2010 19:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2461#comment-24312</guid>
		<description>Hi VisioGuy,

This is great!  I&#039;ve been using the Page Numbers code for a while, but now i want to track version numbers.  

For example:
I create a document and it automatically comes up as Version 1.0.  Every time i edit that document, i write on the revision notes that version 1.1 contains these edits.  But currently i have to go through every page and change the version number from 1.0 to 1.1, etc.  When i have a 20 page document, this is quite time consuming.

Is there a way to automate this process?</description>
		<content:encoded><![CDATA[<p>Hi VisioGuy,</p>
<p>This is great!  I&#8217;ve been using the Page Numbers code for a while, but now i want to track version numbers.  </p>
<p>For example:<br />
I create a document and it automatically comes up as Version 1.0.  Every time i edit that document, i write on the revision notes that version 1.1 contains these edits.  But currently i have to go through every page and change the version number from 1.0 to 1.1, etc.  When i have a 20 page document, this is quite time consuming.</p>
<p>Is there a way to automate this process?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.visguy.com/2009/04/15/number-your-pages-visually/comment-page-1/#comment-22270</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 06 May 2009 17:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2461#comment-22270</guid>
		<description>Hi Visio Guy,

Thanks for responding. You are right. I&#039;ve got one title page with information like revision, description, creation date, name, .... These information shall be displayed on all pages. Every time the document will be changed the user needs to add a new revision, the revision data and so on. But instead of changing each page the user shall change date on the first page (title page) and all other pages in the visio document shall change accordingly.

Right now I&#039;m working with the ShapeSheet and I&#039;m refering to cells. I also saw that by copying and pasting (regardless of pasting it to the same page or to any other page in the document) the reference is lost.

(The title page contains a sheet with ID 50)
Here my code for the &#039;Text Field&#039; section for all other pages in the document which are refering to the title page:
Pages[Page-1]!Sheet.50!Prop.Description_1

And I found sth out: If you use the duplicate option (Edit--&gt;Duplicate or &#039;CTRL+D&#039; Visio creates a copy of your selected sheets and pastes it on the same page. With the duplicate option Visio still knows where the references are. As you said then afterwards you can drag and drop it to any other page.

Thanks again and I hope I could help anyone who wanted to know the sth about it.

Regards,
Bob</description>
		<content:encoded><![CDATA[<p>Hi Visio Guy,</p>
<p>Thanks for responding. You are right. I&#8217;ve got one title page with information like revision, description, creation date, name, &#8230;. These information shall be displayed on all pages. Every time the document will be changed the user needs to add a new revision, the revision data and so on. But instead of changing each page the user shall change date on the first page (title page) and all other pages in the visio document shall change accordingly.</p>
<p>Right now I&#8217;m working with the ShapeSheet and I&#8217;m refering to cells. I also saw that by copying and pasting (regardless of pasting it to the same page or to any other page in the document) the reference is lost.</p>
<p>(The title page contains a sheet with ID 50)<br />
Here my code for the &#8216;Text Field&#8217; section for all other pages in the document which are refering to the title page:<br />
Pages[Page-1]!Sheet.50!Prop.Description_1</p>
<p>And I found sth out: If you use the duplicate option (Edit&#8211;&gt;Duplicate or &#8216;CTRL+D&#8217; Visio creates a copy of your selected sheets and pastes it on the same page. With the duplicate option Visio still knows where the references are. As you said then afterwards you can drag and drop it to any other page.</p>
<p>Thanks again and I hope I could help anyone who wanted to know the sth about it.</p>
<p>Regards,<br />
Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2009/04/15/number-your-pages-visually/comment-page-1/#comment-22264</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Wed, 06 May 2009 08:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2461#comment-22264</guid>
		<description>Hi Bob,

You could just put a shape on a background page, if the information isn&#039;t changing from page to page.

But it sounds like you want to have a &quot;control&quot; page or a title-page.

So say you&#039;ve got a shape on the title page, and it has an id of 4. You enter some info into that shape&#039;s text block.

You could make another shape on another page, then &quot;Insert &gt; Field&quot; this custom formula:

=SHAPETEXT(Pages[Page-1]!Sheet.4!TheText)

The problem is that the reference seems to break every time you copy it to a new page (ie: copying breaks the formula.) But if you DRAG the shape to a new page, the reference stays intact.

Another technique is to add user-cells to the document&#039;s ShapeSheet, then refer to them.

The doc ShapeSheet can be found via: Shift + Window &gt; Show ShapeSheet. References to cells in the doc ShapeSheet seem to be more robust, and are written like this: TheDoc!User.Row_1, etc.</description>
		<content:encoded><![CDATA[<p>Hi Bob,</p>
<p>You could just put a shape on a background page, if the information isn&#8217;t changing from page to page.</p>
<p>But it sounds like you want to have a &#8220;control&#8221; page or a title-page.</p>
<p>So say you&#8217;ve got a shape on the title page, and it has an id of 4. You enter some info into that shape&#8217;s text block.</p>
<p>You could make another shape on another page, then &#8220;Insert > Field&#8221; this custom formula:</p>
<p>=SHAPETEXT(Pages[Page-1]!Sheet.4!TheText)</p>
<p>The problem is that the reference seems to break every time you copy it to a new page (ie: copying breaks the formula.) But if you DRAG the shape to a new page, the reference stays intact.</p>
<p>Another technique is to add user-cells to the document&#8217;s ShapeSheet, then refer to them.</p>
<p>The doc ShapeSheet can be found via: Shift + Window > Show ShapeSheet. References to cells in the doc ShapeSheet seem to be more robust, and are written like this: TheDoc!User.Row_1, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.visguy.com/2009/04/15/number-your-pages-visually/comment-page-1/#comment-22256</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 04 May 2009 20:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2461#comment-22256</guid>
		<description>Hi,

This is a great webpage and all your tutorials are excellent. Can I ask you something? I want to create a smart shape which will placed on each page of my visio document. The user shall put his information on the first page and all the other pages shall have the same information like the first one. Is there any way to link the shape from page X to X+20 back to the first page? If so, what is the syntax for this? Do you know what I mean? In the former tutorials you linked your shape always to the same page and I was wondering if it is possible to link it to a different page.


Could you help me with this?

Thanks in advance, Bob</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is a great webpage and all your tutorials are excellent. Can I ask you something? I want to create a smart shape which will placed on each page of my visio document. The user shall put his information on the first page and all the other pages shall have the same information like the first one. Is there any way to link the shape from page X to X+20 back to the first page? If so, what is the syntax for this? Do you know what I mean? In the former tutorials you linked your shape always to the same page and I was wondering if it is possible to link it to a different page.</p>
<p>Could you help me with this?</p>
<p>Thanks in advance, Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://www.visguy.com/2009/04/15/number-your-pages-visually/comment-page-1/#comment-22140</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Thu, 16 Apr 2009 13:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2461#comment-22140</guid>
		<description>I understand that.

I was just curious if pagenumber() triggers off the pages as ordered in the doc or triggers off the name of the page.

So in essence, pagenumber() is the relative order, regardless of actual page name, of the pages in the document. 

I guess something like pagename() would return the name of the current page.</description>
		<content:encoded><![CDATA[<p>I understand that.</p>
<p>I was just curious if pagenumber() triggers off the pages as ordered in the doc or triggers off the name of the page.</p>
<p>So in essence, pagenumber() is the relative order, regardless of actual page name, of the pages in the document. </p>
<p>I guess something like pagename() would return the name of the current page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2009/04/15/number-your-pages-visually/comment-page-1/#comment-22131</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Wed, 15 Apr 2009 17:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2461#comment-22131</guid>
		<description>Hi Ted,

In a Visio document if you move a page named &quot;Page-1&quot; so that it is between &quot;Page-2&quot; and &quot;Page-3&quot;, then it becomes, numerically, page #2 in the document. &quot;2&quot; becomes #1, and &quot;3&quot; stays #3.</description>
		<content:encoded><![CDATA[<p>Hi Ted,</p>
<p>In a Visio document if you move a page named &#8220;Page-1&#8243; so that it is between &#8220;Page-2&#8243; and &#8220;Page-3&#8243;, then it becomes, numerically, page #2 in the document. &#8220;2&#8243; becomes #1, and &#8220;3&#8243; stays #3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://www.visguy.com/2009/04/15/number-your-pages-visually/comment-page-1/#comment-22129</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Wed, 15 Apr 2009 16:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2461#comment-22129</guid>
		<description>Doesnt this have problems if the pages are out of order?
some like   1,4,2,3

What happens if the pages have names...not page x but cool pic 1</description>
		<content:encoded><![CDATA[<p>Doesnt this have problems if the pages are out of order?<br />
some like   1,4,2,3</p>
<p>What happens if the pages have names&#8230;not page x but cool pic 1</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 7/18 queries in 0.008 seconds using disk: basic
Object Caching 431/435 objects using disk: basic
Content Delivery Network via N/A

Served from: www.visguy.com @ 2012-02-11 01:00:00 -->
