T
Traveling
Has anyone else noticed that some code in an AutoNew macro for Word 2003 does not run correctly
For the past several versions of Word, I have been using the following code to arrange custom toolbars at the top of the window
With CommandBars("Script Shortcuts"
.Visible = Tru
.position = msoBarTo
.RowIndex = msoBarRowLas
.Left =
End Wit
With Word 2003, the toolbars are not arranged properly by the AutoNew macro. Although once the new document is created, I can run this code again and the custom toolbars line up just right
What's up with this? How can I get my custom toolbars to arrange themselves properly again when opening a new document
Any help would be appreciated.
For the past several versions of Word, I have been using the following code to arrange custom toolbars at the top of the window
With CommandBars("Script Shortcuts"
.Visible = Tru
.position = msoBarTo
.RowIndex = msoBarRowLas
.Left =
End Wit
With Word 2003, the toolbars are not arranged properly by the AutoNew macro. Although once the new document is created, I can run this code again and the custom toolbars line up just right
What's up with this? How can I get my custom toolbars to arrange themselves properly again when opening a new document
Any help would be appreciated.