|
-
September 4th, 2001, 04:10 PM
#1
no toolbar in word ??
My app is opening a specific word file with the object "word.application". But , I'm not able to make the word's toolbar visible...
here:s my code
Set wrdApp = CreateObject("word.application")
wrdApp.Documents.Open("FilePath")
wrdApp.Application.ScreenUpdating = True
wrdApp.Application.WindowState = wdWindowStateMaximize
wrdApp.Application.Visible = True
Set wrdApp = Nothing
Make it with rocker style \w/
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
|