Reply
 
Thread Tools Display Modes
  #1   Report Post  
Angus
 
Posts: n/a
Default Switch between "lean" and "details" version on same document

I am now writing a SOP, which will have "lean" and "details" version with
different of "level of details" for reader. Can i make a "button" for reader
so they can read the lean version, and if they want to switch to details,
just click the button to switch?
  #2   Report Post  
Jezebel
 
Posts: n/a
Default

Format the details material using a distinct set of styles. Use a button --
toolbar button, macro button, or whatever you like -- to call a macro that
toggles the Font.Hidden property of those styles.

Downsides of this include -- a) you have to distribute a macro with your
document, which carries a heap of security issues, and b) some users will
just NEVER understand what's going on.


"Angus" wrote in message
...
I am now writing a SOP, which will have "lean" and "details" version with
different of "level of details" for reader. Can i make a "button" for
reader
so they can read the lean version, and if they want to switch to details,
just click the button to switch?



  #3   Report Post  
Angus
 
Posts: n/a
Default

Do you have the macro for this?

Is there a build-in function in word so it is easier for users to use?

"Jezebel" wrote:

Format the details material using a distinct set of styles. Use a button --
toolbar button, macro button, or whatever you like -- to call a macro that
toggles the Font.Hidden property of those styles.

Downsides of this include -- a) you have to distribute a macro with your
document, which carries a heap of security issues, and b) some users will
just NEVER understand what's going on.


"Angus" wrote in message
...
I am now writing a SOP, which will have "lean" and "details" version with
different of "level of details" for reader. Can i make a "button" for
reader
so they can read the lean version, and if they want to switch to details,
just click the button to switch?




  #4   Report Post  
Jezebel
 
Posts: n/a
Default

No, there is no built-in function for this.

The macro would be something like

pState = TRUE (or FALSE)

activedocument.Styles("Style_X").Font.Hidden = pState
activedocument.Styles("Style_Y").Font.Hidden = pState
:


But don't go there. You're making a lot of work for yourself, for a result
that will be mediocre at best. Better to invest the effort in designing your
SOPs properly, to eliminate the need for this kind of device.





"Angus" wrote in message
...
Do you have the macro for this?

Is there a build-in function in word so it is easier for users to use?

"Jezebel" wrote:

Format the details material using a distinct set of styles. Use a
button --
toolbar button, macro button, or whatever you like -- to call a macro
that
toggles the Font.Hidden property of those styles.

Downsides of this include -- a) you have to distribute a macro with your
document, which carries a heap of security issues, and b) some users will
just NEVER understand what's going on.


"Angus" wrote in message
...
I am now writing a SOP, which will have "lean" and "details" version
with
different of "level of details" for reader. Can i make a "button" for
reader
so they can read the lean version, and if they want to switch to
details,
just click the button to switch?






Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:50 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"