![]() |
|
|
|
#1
|
|||
|
|||
|
The code below works fine. This can display a document (MyAgenda.docm) in full screen view.
The problem is : When I open a new document or several, it will open also in full screen. How do I display full screen view mode on only one document (i.e.: MyAgenda.docm), and display normal screen view mode in another document? Code:
Sub Macro1()
Dim ObjWord As Object
Dim ObjDoc As Object
Set ObjWord = Word.Application
Set ObjDoc = MsWord.Documents.Open("D:\MyAgenda.docm")
ObjWord.Visible = True
ObjDoc.ActiveWindow.View.FullScreen = True
End Sub
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| full screen view for projectr but normal view on PC | rasrjs | PowerPoint | 0 | 04-15-2017 06:19 AM |
Having trouble using "View/Full screen"
|
jfmcd | Excel | 1 | 08-31-2016 05:07 PM |
full screen picture in ppt
|
jamshid | PowerPoint | 1 | 09-18-2011 09:13 AM |
| Some info only visible in print preview or full screen view | Cody_Anderson | Word | 2 | 12-15-2010 01:29 PM |
| Full Screen JPG for book. | dark86 | Drawing and Graphics | 3 | 05-10-2010 02:01 AM |