MACROS

T

Tim

When I open my file, it comes up with the message that the
file contains macros. I know this not to be the case. I
have complex formulae, but no macros. Is there a
resolution?

This file will be shared amongst other users, so this
can't happen when it goes widescale.

Thanks
 
D

Debra Dalgleish

When you record a macro, Excel creates a module in which the code is
stored. When you delete the macro, the module is not automatically
deleted. There are instructions for finding and removing code on the
following page, and a link to Chip Pearson's macro to remove all VBA
code in a workbook:

http://www.contextures.com/xlfaqMac.html#NoMacros
 
Top