View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Trevor Shuttleworth Trevor Shuttleworth is offline
external usenet poster
 
Posts: 1,089
Default WorksheetFunction.Count

You're welcome. Thanks for the feedback.


"Jim at Eagle" wrote in message
...
That works, Thanks

"Trevor Shuttleworth" wrote:

Jim

try:

ActRow = ActiveCell.Row
rng = WorksheetFunction.Count(Range("K" & ActRow & ":AT" & ActRow))

Regards

Trevor


"Jim at Eagle" wrote in message
...
ActRow = ActiveCell.Row
rng.Value = WorksheetFunction.Count(Range("K" & ActRow : "AT" &
ActRow))

I tried many variations and recieve error "Expected: List seperator
or )"
Solution sought, dreamed of, and wished for
Thanks
--
Jim at Eagle