How are you wanting this to happen?
Are you wanting to make it so that it adds the circles automatically when the 
cell value changes?
or are you wanting to run a macro (hit a button) and have it add the circles?

Keep in mind that circles would be DRAWING OBJECTS and have no actual 
association with the cell or cell value.

Now, some drawing objects have an attribute that gives a nearby cell.
But many times, this cell reference is the cell closest to the left-most 
portion 
of the drawing object.
Which, if the circle is around the entire cell, would most likely be the cell 
immediately to the left of the target cell.

also.. when the cell value changes, and number no longer dictates that the 
circle be displayed,
it may be difficult to tell if there is a circle currently present.

Since drawing objects are not an attribute of the cell,
in order to determine if there is a drawing object near the cell, you have to 
loop through the collection of drawing objects on the sheet and look for 
the top-left and/or bottom right cell for each drawing object.

Depending on your purpose for this, it might be too cumbersome to do.
 
Paul
-----------------------------------------
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-----------------------------------------




________________________________
From: Secret Shot <secrets...@gmail.com>
To: excel-macros@googlegroups.com
Sent: Mon, December 17, 2012 2:16:05 PM
Subject: $$Excel-Macros$$ How to creat circle on cells

Dear Group, 

Kindly help me, i want to create Circles around the cells. means if i have some 
Numbers in any excel sheet and i want circle to be created on cell who have 
numbers less then 30.
please help me.

-- 
Pankaj Pandey
Bhopal
-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members 
are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.

-- 
Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.


Reply via email to