![]() |
|
![]() |
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
![]() Telling a document to save with a filename ending with .doc doesn't actually MAKE it a Word 2003 doc format. The suffix is a rough indication of what the file type should be but doesn't actually control the file type in itself. If your filename.doc still contains Content Controls then the actual filetype is probably docx or docm. If you want to change the filetype then you need to specify this Code:
ActiveDocument.SaveAs2 FileName:=strDrive & fisword & ".doc", FileFormat:=wdFormatDocument ' or ActiveDocument.SaveAs2 FileName:=strDrive & fisword & ".docx", FileFormat:=wdFormatXMLDocument
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
#2
|
|||
|
|||
![]()
It works!
![]() Thanks a lot man! |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
vitesse | Word VBA | 6 | 08-12-2022 02:01 AM |
Macro to unlock content controls | Catty | Word VBA | 7 | 03-18-2015 02:08 AM |
![]() |
harry.ayre | Word VBA | 2 | 02-23-2015 10:35 AM |
Word 2010 Macro Enabled Template with Content Controls | keen1598 | Word VBA | 7 | 01-29-2014 03:17 PM |
Macro to link 2 content controls | bortonj88 | Word VBA | 2 | 08-21-2012 06:24 AM |