Save ink annotations programmatically

  • Thread starter Thread starter mscheck
  • Start date Start date
M

mscheck

is there any way to save annotations that are made in presentation-mode thru
vba ?

There is a dialogue that appears if you exit the presentation mode and you
have made ink annotations, asking wether to keep the annotations or not (I´m
not shure what the exact wording is in this dialogue since I use a german
version). If you select "yes, keep ist", the annotations are in the
presentation. This is what I would like to do by means of a vba command while
beeing in presentation mode.

If I use the macro-recorder the resulting code shows no reference to this
dialogue. Any ideas?
Thanks, Michael.
 
There is no programatic interface for that dialog. But it can be set in the
options dialog.

1. Tools | Options... | View tab.
2. Select/Unselect 'Prompt to keep ink annotations when exiting'.
3. Click OK to save your changes.

Regards,
Shyam Pillai

Handout Wizard: http://skp.mvps.org/how
 
Back
Top