A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
In Excel for Mac, you can rename a VBA module from the Properties window in the Visual Basic Editor.
- Open Excel and go to Tools > Macro > Visual Basic Editor.
- In the Visual Basic Editor, select View > Project Explorer if the Project Explorer is not already visible.
- Expand your workbook's VBAProject, then expand Modules.
- Click once on the module you want to rename, for example Module1.
- Select View > Properties Window.
- In the Properties window, find the (Name) property.
- Replace Module1 with the name you want and press Return/Enter.