C
Cold_Burn
Hi all.
Following the discussion that can be found at:
http://groups.google.com/group/micr...4?hl=en&tvc=2&q=save+as+docx+from+office+2003
As i could learn from that thread the FileFormat is variable by PC by
installation and by the number of file converters installed on the PC.
When i tested with Office 2003 the FileFormat was 100, (confirmed by
macro), and when i tested the same procedure with office XP (2002) the
FileFormat changed to 103 (confirmed by macro again)!
So it's variable.
The thread shows an example of how to dynamically get the FileFormat
number for saving .docx using VBA.
I'm using automation using OLE Objects so i'm having hard time
adapting the VBA example as i don't know how to access the
FileConverter through an OLE Object to know the number of the
FileFormat that is assigned to .docx.
Is there any way of doing it through the old school way?
So if anyone could give me a hand i would be very glad.
Thanks,
Cold_Burn
Following the discussion that can be found at:
http://groups.google.com/group/micr...4?hl=en&tvc=2&q=save+as+docx+from+office+2003
As i could learn from that thread the FileFormat is variable by PC by
installation and by the number of file converters installed on the PC.
When i tested with Office 2003 the FileFormat was 100, (confirmed by
macro), and when i tested the same procedure with office XP (2002) the
FileFormat changed to 103 (confirmed by macro again)!
So it's variable.
The thread shows an example of how to dynamically get the FileFormat
number for saving .docx using VBA.
I'm using automation using OLE Objects so i'm having hard time
adapting the VBA example as i don't know how to access the
FileConverter through an OLE Object to know the number of the
FileFormat that is assigned to .docx.
Is there any way of doing it through the old school way?
So if anyone could give me a hand i would be very glad.
Thanks,
Cold_Burn