> is there a code for
> winword.exe /m
> in automation for .net
> i want a code to open a document without starting the marco of that document
This newsgroup is populated by users of Classic VB (VB6 and lower). You will
be better served to post to a dotNet newsgroup.
With VB you could use Word automation, the Windows Shell functions, or a
'command line call' via Shell(). dotNet has similar capabilities.
-ralph