A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
- All codes (macros) are in Modules, not on(in-behind) Sheets.
(unless you mean:
vba private sub that can be called from sheet1 or sheet2
If so, right click on sheet1 tab, select View code and edit private sub...)
or
- press Alt+F8 to edit each macro separately.