E
elwook
Hello everybody,
I have to migrate a Word97/VBA project to a Word2007/VBA environment.
This project is mainly a .dot file which contains 40 VBA functions/subs
including 10 which are exposed as macro, reachable from a custom
toolbar.
So, what should I do to ensure all will work fine, and without to forgot
anything ? Is there a verification tool around, something which convert
from W97 to W2K7 ?
At this point, trying to look around some minutes, I've just double-
clicked the original .dot (which comes from Word 97) : as result,
appearence of the document is OK, but the first piece of code which is
supposed to save standard toolbars (to restore them at the end of the
session), hide them and show the custom one doesn't seem to have any
effect, since I've the Word 2007 standard document's toolbar and the big
panel at top of the user-interface... So, I've the feeling, the try and
see is not the right method : it would be better to use a tool which
scan all the code and point the problematic lines.
In some words, I'm looking for the easiest way
I have to migrate a Word97/VBA project to a Word2007/VBA environment.
This project is mainly a .dot file which contains 40 VBA functions/subs
including 10 which are exposed as macro, reachable from a custom
toolbar.
So, what should I do to ensure all will work fine, and without to forgot
anything ? Is there a verification tool around, something which convert
from W97 to W2K7 ?
At this point, trying to look around some minutes, I've just double-
clicked the original .dot (which comes from Word 97) : as result,
appearence of the document is OK, but the first piece of code which is
supposed to save standard toolbars (to restore them at the end of the
session), hide them and show the custom one doesn't seem to have any
effect, since I've the Word 2007 standard document's toolbar and the big
panel at top of the user-interface... So, I've the feeling, the try and
see is not the right method : it would be better to use a tool which
scan all the code and point the problematic lines.
In some words, I'm looking for the easiest way