Sorry. In Excel, hit Alt+F11 to open VBA. You should see the project Explorer on the left hand side of the screen. If not, hit CTRL+R.
You'll see VBAProject(YourFileName.xls), then a folder called Microsoft Excel Objects. WHen you open that folder, you'll see ThisWorkbook, then Sheet1(SheetName), Sheet2(SheetName), etc., and any Modules that VBA added when you recorded a macro. Check all of these for any errant code that you may have recorded.
HTH,
Smitty