A macro disabled message comes up but there is no macro.

L

lovetocount

When I open a particular spreadsheet, a message comes up saying a macro has
been disabled due to high security. But I never set up a macro on the
spreadsheet so I don't know how to make the message stop.
 
T

Thomas [PBD]

Could this be due to the excel document having been created in a previous
version of Excel?
One way to make this stop would be to change the security settings in Excel.

Tools>Macro>Security...>Low (or not High)

Another would be to check the VBA for coding:

Tools>Macro>Visual Basic Editor
From here search every tab to ensure that there infact is no coding present.
 
Top