Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 80
Default Invalid Circles - Can I force their display?

Excel 2003, I'm doing some data comparison via macros and would like to flag
problem cells using the validation circles. Previously I used cell shading
for highlighting, but this would remove user shading.

Can I select a cell and place a Invalid Circle around it?
Is this possible? Suggestions appreciated.
- Pat
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Invalid Circles - Can I force their display?

Try:

Sub circleIt()
ActiveSheet.CircleInvalid
End Sub

--
Gary''s Student - gsnu200909


"Dreiding" wrote:

Excel 2003, I'm doing some data comparison via macros and would like to flag
problem cells using the validation circles. Previously I used cell shading
for highlighting, but this would remove user shading.

Can I select a cell and place a Invalid Circle around it?
Is this possible? Suggestions appreciated.
- Pat

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
Printing Invalid Data Circles Brad E. Excel Programming 1 May 7th 09 02:50 AM
Force display to round down chuckm Excel Programming 6 April 2nd 09 01:41 AM
How to print the circles in formatting audit circle invalid data Creativity Excel Worksheet Functions 0 October 25th 06 02:19 AM
Data Validation: Printing Invalid Data Circles Andrew Excel Discussion (Misc queries) 1 May 4th 06 08:09 PM
How to force userform to display everything? John Mitchell Excel Programming 3 October 13th 04 12:41 PM


All times are GMT +1. The time now is 12:44 PM.

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

About Us

"It's about Microsoft Excel"