toddel
12-09-2019, 12:23 AM
Hi...
i have a problem...
we have 12k RTF-Files who want to be converted to DOCX... (12k Files RTF=16GB, DOCX = 650MB). In the Files is a Autodate Field...
My Questions:
1. This Field needs to be changed to Creation Date - this is no problem... But how can i change the format of this?
Set rngTemp = ActiveDocument.Fields(1).CoderngTemp.Text = " CREATEDATE "
ActiveDocument.Fields(1).Update
2. Is it possible and how to use creation Date from the RTF and save it to the new DOCX?
Is there anyone who had this problem already and can help me with this?
Thanks in advance
toddel
i have a problem...
we have 12k RTF-Files who want to be converted to DOCX... (12k Files RTF=16GB, DOCX = 650MB). In the Files is a Autodate Field...
My Questions:
1. This Field needs to be changed to Creation Date - this is no problem... But how can i change the format of this?
Set rngTemp = ActiveDocument.Fields(1).CoderngTemp.Text = " CREATEDATE "
ActiveDocument.Fields(1).Update
2. Is it possible and how to use creation Date from the RTF and save it to the new DOCX?
Is there anyone who had this problem already and can help me with this?
Thanks in advance
toddel