randallc Posted September 5, 2005 Share Posted September 5, 2005 Hi,I can't seem to find the help file for COM now!How do I run a macro in Word?i've tried;$oWord = ObjCreate ($sFilePath) with $oWord .Application.Visible = $Visible .Application.Run "Normal.NewMacros.Font4" EndWithAny help to start me off useful!Thanks, Randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
Raindancer Posted September 5, 2005 Share Posted September 5, 2005 Try: $oWord = ObjCreate("Word.Application") Say: "Chuchichäschtli"My UDFs:_PrintImage UDF_WinAnimate UDFGruess Raindancer Link to comment Share on other sites More sharing options...
randallc Posted September 5, 2005 Author Share Posted September 5, 2005 OK, thanks; but I got it working;$sFilePath="c:\winword\aaa\atest mydoc.doc"$oWord = ObjGet ($sFilePath) with $oWord .Application.Run("Normal.NewMacros.Font4") EndWithJust needed the brackets. Still can't find where that help file is... was it on AutIt3 site?Thanks, Randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
Raindancer Posted September 5, 2005 Share Posted September 5, 2005 Overlooked that Say: "Chuchichäschtli"My UDFs:_PrintImage UDF_WinAnimate UDFGruess Raindancer Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now