Re: Word 2007

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



_Most_ macros from older versions will run with no problems. They'll
need some minor revision if they explicitly assign .doc or .dot
extensions when opening or saving files, as the new extensions are
..docx (or .docm for macro-enabled documents) and .dotx (or .dotm).

If they do anything with CommandBars or some things with AutoText
(which is now part of the BuildingBlocks collection), they may need to
be modified or redesigned, or maybe trashed and recreated as RibbonX
(the XML code for the ribbon).

In some cases, old workarounds for Word's shortcomings can be replaced
with newer features. In particular, if you're using protected forms
and VBA userforms mainly to prevent users from messing up formatting,
look at Content Controls as a replacement.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Thu, 18 Jan 2007 18:31:56 -0500, "Larry" <larry328NOSPAM@xxxxxxx>
wrote:

Word 2007 sounds like a radically newly designed version of Word. Apparently
it doesn't even have menus and toolbars. Will macros from older versions of
Word work in Word 2007?

http://www.winsupersite.com/reviews/office2007_beta2.asp

.



Relevant Pages

  • Re: Word 2007
    ... I have hundreds of macros that took untold hours to create. ... extensions when opening or saving files, ... or maybe trashed and recreated as RibbonX ... look at Content Controls as a replacement. ...
    (microsoft.public.word.vba.general)
  • Re: pll: who uses _Bool
    ... Macros don't shut down type checking. ... They do text replacement, ... ids in the resultant expression. ... regardless of the context in which it appears. ...
    (comp.lang.c)
  • Re: Word 2007
    ... extensions when opening or saving files, ... If they do anything with CommandBars or some things with AutoText ... or maybe trashed and recreated as RibbonX ... look at Content Controls as a replacement. ...
    (microsoft.public.word.vba.general)
  • Re: Word 2007
    ... extensions when opening or saving files, ... If they do anything with CommandBars or some things with AutoText ... or maybe trashed and recreated as RibbonX ... look at Content Controls as a replacement. ...
    (microsoft.public.word.vba.general)
  • Re: OT: Java vs C++, A Newbies perspective.
    ... They are often used to do things that otherwise are only possibly with macros, but that's where the relationship ends. ... I should point out that a macro can be defined as a mechanism by which one can define extensions to a language by providing instructions by which these extensions are translated into the subset of the language without the extension mechanism. ... By describing C++ templates as macros, I did not mean to imply any of those limitations. ...
    (comp.lang.java.programmer)