Hi all Word 2003 and VBA Is there any way to hide one or several parts of a word document (possibly sections?) and give view to reader with a password prompt for example? TIA Cordially Pascal
The hiding is possible: use a style and set the font to hidden. The password is not. (Or rather, there is no password control you could impose for this purpose that is not easily defeated.) "papou" <cestpasbon@anonplus> wrote in message news:O3NUbJcSGHA.4608@tk2msftngp13.phx.gbl... > Hi all > Word 2003 and VBA > Is there any way to hide one or several parts of a word document (possibly > sections?) and give view to reader with a password prompt for example? > > TIA > > Cordially > Pascal >
Or insert a hyperlink to some other, password-protected (and maybe write-protected) document? Greetings, Klaus "Jezebel" schrieb im Newsbeitrag news:uSiQlDhSGHA.5728@tk2msftngp13.phx.gbl... > The hiding is possible: use a style and set the font to hidden. The > password is not. (Or rather, there is no password control you could impose > for this purpose that is not easily defeated.) > > > > > > "papou" <cestpasbon@anonplus> wrote in message > news:O3NUbJcSGHA.4608@tk2msftngp13.phx.gbl... >> Hi all >> Word 2003 and VBA >> Is there any way to hide one or several parts of a word document >> (possibly sections?) and give view to reader with a password prompt for >> example? >> >> TIA >> >> Cordially >> Pascal >> > >
Hi Thank you to Jezebel and Klaus for their suggestions. Cordially Pascal "Klaus Linke" a crit dans le message de news: %23NRZAOuSGHA.1608@TK2MSFTNGP09.phx.gbl... > Or insert a hyperlink to some other, password-protected (and maybe > write-protected) document? > > Greetings, > Klaus > > > "Jezebel" schrieb im Newsbeitrag > news:uSiQlDhSGHA.5728@tk2msftngp13.phx.gbl... >> The hiding is possible: use a style and set the font to hidden. The >> password is not. (Or rather, there is no password control you could >> impose for this purpose that is not easily defeated.) >> >> >> >> >> >> "papou" <cestpasbon@anonplus> wrote in message >> news:O3NUbJcSGHA.4608@tk2msftngp13.phx.gbl... >>> Hi all >>> Word 2003 and VBA >>> Is there any way to hide one or several parts of a word document >>> (possibly sections?) and give view to reader with a password prompt for >>> example? >>> >>> TIA >>> >>> Cordially >>> Pascal >>> >> >> > >