|
-
Dec 16th, 2002, 11:26 PM
#1
Thread Starter
New Member
Missing Word File Menu w/ OLE Control
I am embedding a Word document into an ole container control. When the document appears, the menu which shows on the MDI form is missing the File menu. I've checked that the
CommandBars("menu bar")..Controls(1) item is enabled and visible. Also, all the file related icons on the toolbar are greyed out.
Any ideas? My code is:
OLE1.CreateEmbed "c:\temp\test.doc", "Word.Document.8"
OLE1.DoVerb vbOLEUIActivate
OLE1.DoVerb vbOLEShow
OLE1.DoVerb vbOLEInPlaceActivate
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|