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
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




Reply With Quote