Thread: .wiz file
View Single Post
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Jaymond Flurrie[_2_] Jaymond Flurrie[_2_] is offline
external usenet poster
 
Posts: 4
Default .wiz file

This is school work, but it's not just a question. I'm writing a report about
VBE, and I have a list of all the Word document types and their behavior with
VBA code. So far the list looks something like this:

..docx is normal Word 2007 file type and it can't include VBA code.
..dotx is Word 2007 template file type and it can't include VBA code.
..docm is normal Word 2007 file type that is supposed to include VBA code.
..dotm is Word 2007 template file type that can't include VBA code.
..doc is normal Word 97-2003 file type.
..dot is Word 97-2003 template file type.

..docm and .dotm do not necessarily include VBA code, but the purpose of
having .docm and .dotm file types instead of .dotx and .docx is that they can
include VBA code, so it's likely there is some VBA code.

..doc and .dot might include VBA code, but it is impossible to say without
checking it from inside the file itself.


Now I do know that there is a .wiz file, but when did it exist and were you
able to save VBA code to it?

Is this list otherwise complete? What were the file types before Word 97,
and were those capable of including VBA code?

The source for my information is Word 2007 Bible, written by Herb Tyson.

"Suzanne S. Barnhill" wrote:

Is this a homework question?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Jaymond Flurrie" Jaymond wrote in
message ...
In which Word versions .wiz file is in use and can .wiz files hold VBA
code
inside?