For additional information about the Macro Modification Security Update, click the article number below
to view the article in the Microsoft Knowledge Base:
306604 XL2000: Excel 2000 SR-1 Macro Modification Security Update
To determine whether you are experiencing this issue, follow these steps:
1. | Start Excel, and type the following values in the default, new workbook:
A1: Name B1: Age
A2: Mary B2: 15
A3: Bob B3: 18
A4: Ellen B4: 22
|
2. | On the Tools menu, point to Macro, and then click Visual Basic Editor. |
3. | In the Visual Basic Editor, click Module on the Insert menu. |
4. | Type the following code, and then close the Visual Basic Editor:
Sub FormatList()
Selection.AutoFormat Format:=xlRangeAutoFormatClassic2
End Sub
|
5. | Select one of the cells in your list. |
6. | On the Tools menu, point to Macro, and then click Macros. Click the FormatList macro, and then click OK.
If your list format changes, this article does not apply to your system. |