Word VBA instructions in FW
Posted: Thu Mar 08, 2007 11:46 am
Hello,
How do I put the next lines in a OLE-instruction in FW ?
Thank you.
Michel
How do I put the next lines in a OLE-instruction in FW ?
Code: Select all
Application.WindowState = wdWindowStateNormal
Application.Move Left:=0, Top:=43
Application.Resize Width:=768, Height:=553
Michel