![]() |
#1
|
|||
|
|||
![]()
I'm trying to change pages while Microsoft Word is in "Read Mode"* by using a VBA code, and I can't seem to find any function that allows that.
(* Please notice that I'm talking about the "Read Mode" layout that you can change with the bottom-right icons in word, and not the "Read Only" mode that you sometimes get when you open a document from an unknown source) In "Print Layout" it is simple since I can use something like - Code:
Selection.GoTo What:=wdGoToBookmark, Name:="LastReadingPoint" None of these work: Code:
ActiveDocument.GoTo What:=wdGoToPage, which:=wdGoToAbsolute, Count:=1 ActiveDocument.Range.GoTo What:=wdGoToPage, which:=wdGoToAbsolute, Count:=1 Selection.GoTo What:=wdGoToBookmark, Name:="LastReadingPoint" ActiveDocument.Range.GoTo What:=wdGoToBookmark, Name:="LastReadingPoint" ActiveDocument.Range.GoToNext wdGoToPage ActiveDocument.GoTo What:=wdGoToBookmark, Name:="LastReadingPoint" Any ideas or hacks? |
Tags |
vba, vba code |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Normal Layout replaced by Read Mode Word 2019 | Jim8080 | Word | 4 | 02-09-2019 01:36 PM |
How to default word in read only mode | cgonnoud | Word | 1 | 04-17-2017 05:25 PM |
![]() |
roadmaster64 | Word | 1 | 09-08-2016 11:13 AM |
Microsoft Office Word Online Text Space is Different in Reading Mode from When it's in Editing Mode | darkjanggo | Word | 1 | 12-15-2015 05:06 PM |
outlook word attachments only opening in read only compataibility mode | dawnnolan54 | Word | 1 | 04-13-2015 12:06 PM |