Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I'm using Excel 2000 on a Windows 98 computer (I know it's old, but it's at work...). I have a worksheet that I've been using for a while without trouble. I've sent it back and forth with a colleague over email and we've both made changes. All the sudden, every time I try to type a value and hit the enter key, I get a message saying "Macros have been disabled..." blah blah blah. My problems a (a) I don't know what a Macro is, and I don't care. This sheet shouldn't have any. (b) My security settings are on high which is why I'm getting the message, but the setting has always been on high, so why all the sudden? And I don't want to reduce the security anyway. Please let me know how I can get rid of this message, or find the offending Macro and get rid of it. Thanks, C.G. -- chrisgoulden ------------------------------------------------------------------------ chrisgoulden's Profile: http://www.excelforum.com/member.php...o&userid=31235 View this thread: http://www.excelforum.com/showthread...hreadid=515352 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Debra Dalgleish shows how to clean up all the remnants of macros:
http://www.contextures.com/xlfaqMac.html#NoMacros (Maybe your colleague started a macro???) chrisgoulden wrote: I'm using Excel 2000 on a Windows 98 computer (I know it's old, but it's at work...). I have a worksheet that I've been using for a while without trouble. I've sent it back and forth with a colleague over email and we've both made changes. All the sudden, every time I try to type a value and hit the enter key, I get a message saying "Macros have been disabled..." blah blah blah. My problems a (a) I don't know what a Macro is, and I don't care. This sheet shouldn't have any. (b) My security settings are on high which is why I'm getting the message, but the setting has always been on high, so why all the sudden? And I don't want to reduce the security anyway. Please let me know how I can get rid of this message, or find the offending Macro and get rid of it. Thanks, C.G. -- chrisgoulden ------------------------------------------------------------------------ chrisgoulden's Profile: http://www.excelforum.com/member.php...o&userid=31235 View this thread: http://www.excelforum.com/showthread...hreadid=515352 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() There were no macros listed, but I found the code by clicking "View Code" on my spreadsheet tab, then deleted it. It works fine now. THANKS! And all my formulas and lists still work fine. Don't know exactly what happened... ...but I still don't care what Macros are. This spreadsheet works great for my business, real world application, we're doing great! -- chrisgoulden ------------------------------------------------------------------------ chrisgoulden's Profile: http://www.excelforum.com/member.php...o&userid=31235 View this thread: http://www.excelforum.com/showthread...hreadid=515352 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One guess is that the colleague with whom you shared the sprdsht added
macros. They may be standalone macros the user can start, or they may be triggered by events in the spreadsheet. (For example, you can set a macro to run when the value in a certain cell changes.) I don't know what a Macro is, and I don't care A macro is a programmed set of steps run by Excel that replicates user events: mouse moves, highlighted ranges, etc. These can be set up to automate tedious, routine chores within Excel. Anything you can do with the keyboard and mouse can be replicated with a macro, which frankly is why you *should* care about what macros are and what they can do for you. An advanced user can customize the macro to the point that it is an actual program that goes beyond replicating keyboard/mouse activity, which is when things really get interesting. You can delete a macro by clicking Tools Macro Macros; highlight any macro name and click Edit. The VBA editor will open; along the left margin is the Project pane. In the project named for your file, right click anything called Module#, select Remove Module#, and when prompted "Do you want to export before removing", select No. This permanently removes any macros. If the security warning persists, or if there are no Modules to remove, then the macros are assigned to spreadsheet events and require a different removal process. In the Project pane, you'll see Sheet1, Sheet2, or whatever tab names you have, then This Workbook. Right click each one and select View Code. If you find code, highlight and delete it. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How turn off macro security question for workbook with no marcos? | Excel Discussion (Misc queries) | |||
Macro Button Question | Excel Discussion (Misc queries) | |||
Simple macro please | New Users to Excel | |||
Recording simple macro | Excel Worksheet Functions | |||
Simple question | Excel Discussion (Misc queries) |