View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Hawk Hawk is offline
external usenet poster
 
Posts: 6
Default URGENT!! Use macro button to hide empty columns and rows...HELP!!!!

Hi Kurt,

Forgive me but can you please tell me how to modify my parameters to
meet my needs (Again, I'm not a programmer)

For the following line of code: If Cells(row, col).Value < "" And
Cells(row, col).Value < 0 Then ...what do I insert for each
"(row,col)"??