Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Kevin Lucas
 
Posts: n/a
Default Formulae, conditional formatting & macro security

I've used conditional formatting based on a simple formula like =$B6=1. Now
Excel warns me of macro viruses and I have to choose whether or not to
enable macros before opening this spreadsheet. I'm pretty sure this formula
is the cause because I've tested it in a spreadsheet that contains nothing
else except the two cells under test (B6 and the cell I'm formatting). If I
change the formula to a constant and use "cell value is" then the macro
warning goes away.

I certainly haven't created any macros in the workbook and if there were any
presumably the warning wouldn't go away when I remove the formula.

Are formulae treated as macros by Excel security? And is there any way to
achieve conditional formatting off formulae (needed to format one cell on
the basis of the value in another) without incurring security warnings?

While I could change my own security settings I'm not at liberty to change
those of colleagues who are using such a spreadsheet and who don't want the
warnings to appear each time the workbook is opened.

Thanks for any ideas you have.

Kevin Lucas


  #2   Report Post  
Jim Rech
 
Posts: n/a
Default

You should always mention your Excel version in a post.

I tried Excel 97 through Excel 2003 and couldn't reproduce the problem. If
you have a simple workbook that demonstrates the issue you can send it to
me.

--
Jim Rech
Excel MVP
"Kevin Lucas" wrote in message
...
| I've used conditional formatting based on a simple formula like =$B6=1.
Now
| Excel warns me of macro viruses and I have to choose whether or not to
| enable macros before opening this spreadsheet. I'm pretty sure this
formula
| is the cause because I've tested it in a spreadsheet that contains nothing
| else except the two cells under test (B6 and the cell I'm formatting). If
I
| change the formula to a constant and use "cell value is" then the macro
| warning goes away.
|
| I certainly haven't created any macros in the workbook and if there were
any
| presumably the warning wouldn't go away when I remove the formula.
|
| Are formulae treated as macros by Excel security? And is there any way to
| achieve conditional formatting off formulae (needed to format one cell on
| the basis of the value in another) without incurring security warnings?
|
| While I could change my own security settings I'm not at liberty to change
| those of colleagues who are using such a spreadsheet and who don't want
the
| warnings to appear each time the workbook is opened.
|
| Thanks for any ideas you have.
|
| Kevin Lucas
|
|


  #3   Report Post  
Kevin Lucas
 
Posts: n/a
Default

Sorry - I'm using Excel 2003 and I've attached a test workbook that
manifests the problem. My Excel Macro Security level is set to medium.

Thanks

Kevin

"Jim Rech" wrote in message
...
You should always mention your Excel version in a post.

I tried Excel 97 through Excel 2003 and couldn't reproduce the problem. If
you have a simple workbook that demonstrates the issue you can send it to
me.

--
Jim Rech
Excel MVP
"Kevin Lucas" wrote in message
...
| I've used conditional formatting based on a simple formula like =$B6=1.
Now
| Excel warns me of macro viruses and I have to choose whether or not to
| enable macros before opening this spreadsheet. I'm pretty sure this
formula
| is the cause because I've tested it in a spreadsheet that contains

nothing
| else except the two cells under test (B6 and the cell I'm formatting).

If
I
| change the formula to a constant and use "cell value is" then the macro
| warning goes away.
|
| I certainly haven't created any macros in the workbook and if there were
any
| presumably the warning wouldn't go away when I remove the formula.
|
| Are formulae treated as macros by Excel security? And is there any way

to
| achieve conditional formatting off formulae (needed to format one cell

on
| the basis of the value in another) without incurring security warnings?
|
| While I could change my own security settings I'm not at liberty to

change
| those of colleagues who are using such a spreadsheet and who don't want
the
| warnings to appear each time the workbook is opened.
|
| Thanks for any ideas you have.
|
| Kevin Lucas
|
|






  #4   Report Post  
Jim Rech
 
Posts: n/a
Default

I get the macro warning regardless of the conditional formats.

The reason for it is the macro in the Sheet1 code module. Right click the
tab and pick View Code. It's true that Sub Worksheet_SelectionChange has no
code in it but the macro virus detection device in Excel doesn't evaluate
the code, it just looks to see if there is any.

--
Jim Rech
Excel MVP
"Kevin Lucas" wrote in message
...
Sorry - I'm using Excel 2003 and I've attached a test workbook that
manifests the problem. My Excel Macro Security level is set to medium.

Thanks

Kevin

"Jim Rech" wrote in message
...
You should always mention your Excel version in a post.

I tried Excel 97 through Excel 2003 and couldn't reproduce the problem.
If
you have a simple workbook that demonstrates the issue you can send it to
me.

--
Jim Rech
Excel MVP
"Kevin Lucas" wrote in message
...
| I've used conditional formatting based on a simple formula like =$B6=1.
Now
| Excel warns me of macro viruses and I have to choose whether or not to
| enable macros before opening this spreadsheet. I'm pretty sure this
formula
| is the cause because I've tested it in a spreadsheet that contains

nothing
| else except the two cells under test (B6 and the cell I'm formatting).

If
I
| change the formula to a constant and use "cell value is" then the macro
| warning goes away.
|
| I certainly haven't created any macros in the workbook and if there
were
any
| presumably the warning wouldn't go away when I remove the formula.
|
| Are formulae treated as macros by Excel security? And is there any way

to
| achieve conditional formatting off formulae (needed to format one cell

on
| the basis of the value in another) without incurring security warnings?
|
| While I could change my own security settings I'm not at liberty to

change
| those of colleagues who are using such a spreadsheet and who don't want
the
| warnings to appear each time the workbook is opened.
|
| Thanks for any ideas you have.
|
| Kevin Lucas
|
|







  #5   Report Post  
Kevin Lucas
 
Posts: n/a
Default

Jim

Thanks for picking this up. I'm unclear where this macro comes from. As it
doesn't contain any code would you expect I can just delete it?

Thanks for your help

Kevin

"Jim Rech" wrote in message
...
I get the macro warning regardless of the conditional formats.

The reason for it is the macro in the Sheet1 code module. Right click the
tab and pick View Code. It's true that Sub Worksheet_SelectionChange has

no
code in it but the macro virus detection device in Excel doesn't evaluate
the code, it just looks to see if there is any.

--
Jim Rech
Excel MVP
"Kevin Lucas" wrote in message
...
Sorry - I'm using Excel 2003 and I've attached a test workbook that
manifests the problem. My Excel Macro Security level is set to medium.

Thanks

Kevin

"Jim Rech" wrote in message
...
You should always mention your Excel version in a post.

I tried Excel 97 through Excel 2003 and couldn't reproduce the problem.
If
you have a simple workbook that demonstrates the issue you can send it

to
me.

--
Jim Rech
Excel MVP
"Kevin Lucas" wrote in message
...
| I've used conditional formatting based on a simple formula like

=$B6=1.
Now
| Excel warns me of macro viruses and I have to choose whether or not

to
| enable macros before opening this spreadsheet. I'm pretty sure this
formula
| is the cause because I've tested it in a spreadsheet that contains

nothing
| else except the two cells under test (B6 and the cell I'm

formatting).
If
I
| change the formula to a constant and use "cell value is" then the

macro
| warning goes away.
|
| I certainly haven't created any macros in the workbook and if there
were
any
| presumably the warning wouldn't go away when I remove the formula.
|
| Are formulae treated as macros by Excel security? And is there any

way
to
| achieve conditional formatting off formulae (needed to format one

cell
on
| the basis of the value in another) without incurring security

warnings?
|
| While I could change my own security settings I'm not at liberty to

change
| those of colleagues who are using such a spreadsheet and who don't

want
the
| warnings to appear each time the workbook is opened.
|
| Thanks for any ideas you have.
|
| Kevin Lucas
|
|











  #6   Report Post  
Dave Peterson
 
Posts: n/a
Default

I'm not Jim, but if there's nothing in that worksheet module that does anything,
then you can select all the text (ctrl-a) with that code window active and hit
the delete key. (You can't delete the worksheet module itself.

Debra Dalgleish has nice instructions at:
http://www.contextures.com/xlfaqMac.html#NoMacros

Kevin Lucas wrote:

Jim

Thanks for picking this up. I'm unclear where this macro comes from. As it
doesn't contain any code would you expect I can just delete it?

Thanks for your help

Kevin

"Jim Rech" wrote in message
...
I get the macro warning regardless of the conditional formats.

The reason for it is the macro in the Sheet1 code module. Right click the
tab and pick View Code. It's true that Sub Worksheet_SelectionChange has

no
code in it but the macro virus detection device in Excel doesn't evaluate
the code, it just looks to see if there is any.

--
Jim Rech
Excel MVP
"Kevin Lucas" wrote in message
...
Sorry - I'm using Excel 2003 and I've attached a test workbook that
manifests the problem. My Excel Macro Security level is set to medium.

Thanks

Kevin

"Jim Rech" wrote in message
...
You should always mention your Excel version in a post.

I tried Excel 97 through Excel 2003 and couldn't reproduce the problem.
If
you have a simple workbook that demonstrates the issue you can send it

to
me.

--
Jim Rech
Excel MVP
"Kevin Lucas" wrote in message
...
| I've used conditional formatting based on a simple formula like

=$B6=1.
Now
| Excel warns me of macro viruses and I have to choose whether or not

to
| enable macros before opening this spreadsheet. I'm pretty sure this
formula
| is the cause because I've tested it in a spreadsheet that contains
nothing
| else except the two cells under test (B6 and the cell I'm

formatting).
If
I
| change the formula to a constant and use "cell value is" then the

macro
| warning goes away.
|
| I certainly haven't created any macros in the workbook and if there
were
any
| presumably the warning wouldn't go away when I remove the formula.
|
| Are formulae treated as macros by Excel security? And is there any

way
to
| achieve conditional formatting off formulae (needed to format one

cell
on
| the basis of the value in another) without incurring security

warnings?
|
| While I could change my own security settings I'm not at liberty to
change
| those of colleagues who are using such a spreadsheet and who don't

want
the
| warnings to appear each time the workbook is opened.
|
| Thanks for any ideas you have.
|
| Kevin Lucas
|
|








--

Dave Peterson
  #7   Report Post  
Jim Rech
 
Posts: n/a
Default

What Dave said, Kevin. That code does nothing (except raise the warning).

--
Jim Rech
Excel MVP
"Kevin Lucas" wrote in message
...
| Jim
|
| Thanks for picking this up. I'm unclear where this macro comes from. As it
| doesn't contain any code would you expect I can just delete it?
|
| Thanks for your help
|
| Kevin
|
| "Jim Rech" wrote in message
| ...
| I get the macro warning regardless of the conditional formats.
|
| The reason for it is the macro in the Sheet1 code module. Right click
the
| tab and pick View Code. It's true that Sub Worksheet_SelectionChange
has
| no
| code in it but the macro virus detection device in Excel doesn't
evaluate
| the code, it just looks to see if there is any.
|
| --
| Jim Rech
| Excel MVP
| "Kevin Lucas" wrote in message
| ...
| Sorry - I'm using Excel 2003 and I've attached a test workbook that
| manifests the problem. My Excel Macro Security level is set to medium.
|
| Thanks
|
| Kevin
|
| "Jim Rech" wrote in message
| ...
| You should always mention your Excel version in a post.
|
| I tried Excel 97 through Excel 2003 and couldn't reproduce the
problem.
| If
| you have a simple workbook that demonstrates the issue you can send
it
| to
| me.
|
| --
| Jim Rech
| Excel MVP
| "Kevin Lucas" wrote in message
| ...
| | I've used conditional formatting based on a simple formula like
| =$B6=1.
| Now
| | Excel warns me of macro viruses and I have to choose whether or not
| to
| | enable macros before opening this spreadsheet. I'm pretty sure this
| formula
| | is the cause because I've tested it in a spreadsheet that contains
| nothing
| | else except the two cells under test (B6 and the cell I'm
| formatting).
| If
| I
| | change the formula to a constant and use "cell value is" then the
| macro
| | warning goes away.
| |
| | I certainly haven't created any macros in the workbook and if there
| were
| any
| | presumably the warning wouldn't go away when I remove the formula.
| |
| | Are formulae treated as macros by Excel security? And is there any
| way
| to
| | achieve conditional formatting off formulae (needed to format one
| cell
| on
| | the basis of the value in another) without incurring security
| warnings?
| |
| | While I could change my own security settings I'm not at liberty to
| change
| | those of colleagues who are using such a spreadsheet and who don't
| want
| the
| | warnings to appear each time the workbook is opened.
| |
| | Thanks for any ideas you have.
| |
| | Kevin Lucas
| |
| |
|
|
|
|
|
|
|
|
|


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Macro Question about Conditional Formatting David Britton via OfficeKB.com New Users to Excel 3 February 10th 05 02:23 PM
Conditional Formatting in Excel Help Please..... Willie T Excel Discussion (Misc queries) 4 February 9th 05 02:28 PM
How do I set a date range for conditional formatting in a macro? billo Excel Worksheet Functions 3 February 7th 05 06:19 PM
Determine cells that drive conditional formatting? Nicolle K. Excel Discussion (Misc queries) 2 January 7th 05 01:08 AM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


All times are GMT +1. The time now is 01:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"