View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
T-容x[_17_] T-容x[_17_] is offline
external usenet poster
 
Posts: 1
Default Select all cell with the same format


This can be done if the cells you are trying to select are
contiguous....

Range("E5:G10).Select

but if your "green" cells are scattered, e.g. only cells C2, F6 and H7
are green, then... i can't help you with that.... :(

JamieMorien Wrote:
Can someone please help me. What I need to do seems simple but I can't
find info anywhere.

I want to select all cells that are green for example. How can i do
this with VB or an alternative?


Thanks for your help



--
T-容x
------------------------------------------------------------------------
T-容x's Profile: http://www.excelforum.com/member.php...o&userid=26572
View this thread: http://www.excelforum.com/showthread...hreadid=398943