Macro name not appearing in macro list in Excel 97

Henner

Board Regular
Joined
May 16, 2002
Messages
174
Hi

When I open a spreadsheet that contains a macro in Excel 97, the macro name doesn't appear in the 'Macro Name' window, so I can't run it. This only occurs on 1 Windows 98 PC. It's OK on 2 others.

I've tried completely uninstalling and reinstalling Office 97 (and the 2 Office 97 service packs using the MS Erase utility) but this made no difference.

Has anyone seen this problem before and know what could be causing it please?

Thanks
Paul
This message was edited by Henner on 2002-09-27 14:07
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
There could be several reasons.

If the word "Private" is used to declare the macro:

e.g.

<pre>
Private Sub Test()</pre>

then you will not see the macro in the macro list.

did you create the macro yourself? If so, how did you create it? Typing the code or using the macro recorder or copying and pasting from somewhere else?

This will give us a good start to solving your problem.

HTH
 
Upvote 0
Hi Mark,

Thanks for your reply. No, I didn't write it and no, the word Private is not present.

When I open it on 2 other Windows 98 PC's, I can see the macro name, step into it and run it. I can only assume it is some problem with Office 97.
 
Upvote 0
Is the macro in a standard module?
It's not a function is it? i.e. it has "sub" in the definition, not "function"
 
Upvote 0

Forum statistics

Threads
1,215,628
Messages
6,125,900
Members
449,271
Latest member
bergy32204

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