Jump to content

COM word help file?


randallc
 Share

Recommended Posts

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"

  EndWith

Any help to start me off useful!

Thanks, Randall

Link to comment
Share on other sites

OK, thanks; but I got it working;

$sFilePath="c:\winword\aaa\atest mydoc.doc"

$oWord = ObjGet ($sFilePath)

  with $oWord

        .Application.Run("Normal.NewMacros.Font4")

  EndWith

Just needed the brackets. Still can't find where that help file is... was it on AutIt3 site?

Thanks, Randall

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...