Excel Macro Removal
July 10, 2009 11:58 AM
Subscribe
Excel 2003 says I have macros in one workbook. I want to delete them, but Excel won't let me. NeoOffice (for the Mac) also won't let me. When I look for them using the Macro Dialog box or the VB editor, I can't find them. Can I delete these macros, or do I have a serious problem?
This is only happening in one workbook, which I use frequently between Excel 2003 (WinXP SP3) and NeoOffice (Mac 10.5.x). I do not intentionally use macros and set the security to Very High, but I do not know if I accidentally created one. The Macro Dialog Box tells me I have nothing. The Visual Basic editor does not display any modules I would expect to have macros, so I have nothing to delete.
It seems each sheet does have the following:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
End Sub
but my impression is that this is part of a standard library, since other spreadsheets that I use also have it. Yet the workbook in question is the only one that generates the "you have macros" message.
There are also no hidden sheets, as far as Excel is able to tell me.
The way I move from Mac to PC is by uploading my files from one machine via SSH to a unix account, then downloading them on the other. I know I could use a flash drive, but this is what I do, and I like having a copy of files on a separate machine monitored by a sys-admin.
Please help me figure out how to remove these hidden macros. I am not familiar enough with macros nor with VB. I hope this isn't a sign of something more serious (a virus/spyware scan reveals nothing), and I'd hate to have to write a completely new workbook with the same amount of data.
posted by CancerMan to computers & internet (9 comments total)
posted by odinsdream at 12:26 PM on July 10