Macros in Excel 97 and 2000

Cornelia

New Member
Joined
Apr 4, 2002
Messages
1
I am the Desktop Software Support professional in my association. We are moving to Windows 2000 and Office 2000 from Win 95 and respectively Office 97.

My two questions are:
1. What are the problems, if any, I should anticipate when upgrading from Office 97 to Office 2000 with Macros?
2. How can I see and edit the macros in a workbook? I just opened a workbook and hit Enable to the Disable/Enable dialog box. However, when I go in Tools-Macros, I don't see any.
Thank you.
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Hiya,

On the first point, we recently upgraded and had more or less no problems whatsoever with macros going from Excel97 to 2000 - others may be able to shed more light...

To answer the second query, if you opened a file and you were prompted to enable/disable but cannot see any macros then these will be macros that start with
"Private Sub"
and are not in the modules of the workbook, but rather in either the Sheets or the ThisWorkbook section of VBA.
Go into the Visual Basic editor and in the VBAProject window have a look at the sheets/ThisWorkbook and see what you've got.
Generally you use this sort of code to run a macro on an event (such as when the workbook opens or closes, or when a cell value is changed, etc. etc.)

Rgds
AJ
 
Upvote 0
Two Ceents here.
As far as macros or anything else for that matter, I have had 0 problems from 97 to 2000.
 
Upvote 0

Forum statistics

Threads
1,214,657
Messages
6,120,769
Members
448,991
Latest member
Hanakoro

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top