Ways to load an Add-In or a plain Workbook
Use File, Open or
Put the file in the ..\XLSTART directory so that it
automatically loads when you run Excel. This directory is usually
C:\Program Files\Microsoft Office\Office\XLSTART or
Put the file in the directory specified by the Alternate
Startup File Location specified in Tools, Options, General. or
Reference and check the file using Tools, Add-Ins |
How do you get comfortable with the VBE?
Excel ’97 now uses the same Visual Basic Editor /
Development Environment as Word’97, Project’98, Visual Basic 5/6. This
consists of several child windows inside a large VBE window.
If you find that you are having trouble
"seeing" the windows because some take up the whole span or
others "hide", go to the VBE menu, Tools, Options, Docking and
set all of the listed windows NOT to dock.
Additionally, there can be several code windows open. If
you double click on Sheet1 or Sheet2 or Sheet3 or ThisWorkbook, you will
cause a source code window to open for each object. Excel ’97 has class
module windows attached to each of these objects. Additionally, if you
have created a plain Module and double click on Module1, that will be
another window. Be careful of which code window you are creating your code
in – keep an eye on the title bar of the code window that you are
working on.
See XL97
Changes to Microsoft Visual Basic for Applications
|