View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default referring to a row that contains a single cell

Glad to help

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Paul" wrote in message
...
Don, dmoney,

Don had it right the first time - the cell in question has the Range name
of "MyCell." I tested the suggested solution,
"Range("MyCell").EntireRow.Hidden = True" and it works just fine.

Thanks so much for responding to my question, and for providing a
solultion.

Paul