Thread
:
If there are no values in row 37 delete it
View Single Post
#
3
Posted to microsoft.public.excel.programming
Ron de Bruin
external usenet poster
Posts: 11,123
If there are no values in row 37 delete it
Hi Himszy
Try this for the activesheet
If Application.CountA(Rows(37)) = 0 Then Rows(37).Delete
--
Regards Ron de Bruin
http://www.rondebruin.nl
"Himszy" wrote in message . ..
Hi
How do I write a code that says that.
Thanks
Reply With Quote
Ron de Bruin
View Public Profile
Find all posts by Ron de Bruin