06-19-2005, 12:36 AM
The answer to the question - can I call a Word macro directly is ---
IDispatch app._create("Word.Application")
app.Visible = 0
app.run("normal.XMLLib.FileDialog")
--quite a powerfull language -- I'm not sure if I need the "session lock" now.
IDispatch app._create("Word.Application")
app.Visible = 0
app.run("normal.XMLLib.FileDialog")
--quite a powerfull language -- I'm not sure if I need the "session lock" now.