View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pianoman[_10_] pianoman[_10_] is offline
external usenet poster
 
Posts: 1
Default Empty cells not Empty!


Hi Guys,
I'm sure this is (another) microsoft glitch, so I'm looking for
work-around rather than a proper solution really...

I've got a sheet that runs a whole load of calculations through a se
of macros, which leaves me a with a sheet displaying a table with Vendo
on the left, an assesment number across the top, and a r,y or g (Re
Yellow or Green) in the table depending on what state they're in, for
particular assesment. The assesment that each vendor is at changes, an
obviously the Colour is variable as well.

My problem is this... I need to find the most recent assesment, an
record it's colour, but any COUNT function i try to run on the tabl
includes all the 'blank' cells as well. This affects any attempts t
do a selection.end(xlToRight) as well.
Manually, if I double click the 'blank' cell, and then 'de-select
it, it is now properly blank, and I can work with it fine. What'
going on, and how do I automate freeing up all the blank cells?!

I've tried multiplying everything by 1, paste special and changin
the format to text, everything is ineffectual!

Please help!

Many thanks,
Gareth.

P.S if anyone has Bill's personal Email, I'll be sure to let him kno
what I think of this little bug too

--
pianoma
-----------------------------------------------------------------------
pianoman's Profile: http://www.excelforum.com/member.php...fo&userid=3371
View this thread: http://www.excelforum.com/showthread.php?threadid=54287