ootsoo Posted December 21, 2005 Posted December 21, 2005 hi all,A small issue in xl.i created an xl file a.xls. in process of updating the same i created a macro Mac1.But as that macro was no necessary i deleted the macro. so now no macro exists in a.xls. but still if i open the file it pops up a message whether to enable or disable the macro.is there any way to prevent the message from poping up?regards,ooTsoo
ereborn Posted February 10, 2006 Posted February 10, 2006 A bit old topic but maybe you didn't solve your problem.Try to run Visual Basic Editor (ALT+F11)On the left side you can see two windows with PROJECT and WORKSHEET propertiesIn the upper one (PROJECT) you can find Microsoft Excel Objects and ModulesOpen MODULES and there is list of all macros you made.If only one there is your Macro ...Rightclick at Module1 (name of macro) and Remove moduleDialog will appear with question to save or export deleting module.If you don't need it simple remove the module.Save and try to open.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now