View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Claus Busch Claus Busch is offline
external usenet poster
 
Posts: 3,872
Default "ElseIf c.Value = "X_Clear" Then" and "...Target.Cells.Count 1" don't work

Hi Howard,

Am Fri, 12 Jul 2013 06:02:36 -0700 (PDT) schrieb Howard:

Am I misunderstanding the line below about Target.Count?
I can still select more than one cell in the target range and the activecell of that selection will take an input. I guess its really is no big deal, just thought that would eliminate multiple selections.


yes, but you only change the active cell and that is only one cell. But
you will get an error message when you select more cells and try to
delete them. Or if you select more than one cell and make an input in
the active cell and then press CTRL+Shift+Enter all cells will be filled
but the makro doesn't start because target.count 1


Regards
Claus B.
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2