Hi All,
How to send parameters to Open() method of Excel:Workbooks?
The sintaxis for the command is:
:Open (FileName, UpdateLinks, ReadOnly, Format, Password, WriteResPassword, IgnoreReadOnlyRecommended, Origin, Delimiter, Editable, Notify, Converter, AddToMru, Local, CorruptLoad)
I need send UpdateLinks with .F. and ReadOnly with .T.
Thanks in advance