|
Prev: Change font size and colour in footer through VBA
Next: PP2003 takes 10 minutes to load templates after 2007 converter ins
From: Oerjan on 7 May 2008 04:34 Hi, Sorry if this has been asked recently or is obvious. I did not find the answer in the FAQ. 1. Is it possible to change settings so that hidden characters (carriage returns, tabs, spaces etc.) are shown, e.g. like in MSWord? 2. Is it possible to search for such characters without using VBA? I�m using MSPowerpoint 2003. TIA �rjan
From: Luc on 7 May 2008 07:14 Oerjan, No hidden characters in PowerPoint I'm afraid. Searching for them is not possible like in Word (^13 for instance is the paragraph character). Don't know about VBA though. -- Luc Sanders MVP - PowerPoint blog: www.sixtiesfan.multiply.com/ "Oerjan" <nospam(a)fake.se> schreef in bericht news:lup22453nith5nvfoghe74577qttpflhrh(a)4ax.com... > Hi, > > Sorry if this has been asked recently or is obvious. I did not find > the answer in the FAQ. > > 1. Is it possible to change settings so that hidden characters > (carriage returns, tabs, spaces etc.) are shown, e.g. like in MSWord? > > 2. Is it possible to search for such characters without using VBA? > > I�m using MSPowerpoint 2003. > > TIA > �rjan
From: TAJ Simmons on 7 May 2008 07:37 �rjan You may have to revert to using a 'hex editor' to search within the code within the file. cheers TAJ Simmons Microsoft Powerpoint MVP http://www.awesomebackgrounds.com awesome - powerpoint templates, powerpoint backgrounds, free samples, ppt tutorials... "Oerjan" <nospam(a)fake.se> wrote in message news:lup22453nith5nvfoghe74577qttpflhrh(a)4ax.com... > Hi, > > Sorry if this has been asked recently or is obvious. I did not find > the answer in the FAQ. > > 1. Is it possible to change settings so that hidden characters > (carriage returns, tabs, spaces etc.) are shown, e.g. like in MSWord? > > 2. Is it possible to search for such characters without using VBA? > > I�m using MSPowerpoint 2003. > > TIA > �rjan
From: Oerjan on 7 May 2008 09:27
Ok. Thanks. �rjan On Wed, 7 May 2008 12:37:16 +0100, "TAJ Simmons" <presentations(a)NOMORESPAMawesomebackgrounds.com> wrote: >�rjan > >You may have to revert to using a 'hex editor' to search within the code >within the file. > >cheers >TAJ Simmons >Microsoft Powerpoint MVP > >http://www.awesomebackgrounds.com >awesome - powerpoint templates, >powerpoint backgrounds, free samples, ppt tutorials... > > >"Oerjan" <nospam(a)fake.se> wrote in message >news:lup22453nith5nvfoghe74577qttpflhrh(a)4ax.com... >> Hi, >> >> Sorry if this has been asked recently or is obvious. I did not find >> the answer in the FAQ. >> >> 1. Is it possible to change settings so that hidden characters >> (carriage returns, tabs, spaces etc.) are shown, e.g. like in MSWord? >> >> 2. Is it possible to search for such characters without using VBA? >> >> I�m using MSPowerpoint 2003. >> >> TIA >> �rjan > |