The following code opens Word correctly, but has too many tool bars open.
I only want the tool bars to be opened, just like when you click on the Word Icon at the bottom of the screen.
I do not want the following 3 tool bars to open . . . Drawing, Reviewing & Microsoft Office Live Add-In.
Sorry that I don't remember who helped me with the original code, but thanks to that person anyways. It was some months back.![]()
Sub NewWordWithBlankDocument() Dim wdNewBlankDocument Dim oWordApp As Object Set oWordApp = CreateObject("Word.Application") oWordApp.Visible = True oWordApp.documents.Add DocumentType:=wdNewBlankDocument End Sub
I'm using Windows XP and Word 2002
Bookmarks