View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Thulasiram Thulasiram is offline
external usenet poster
 
Posts: 8
Default Hide/Unhide cells using VBA programming

Hello,

I would like to know the VBA code that should written in the commnad button
(Hide/Unhide) placed in the Excel worksheet to hide/unhide the cells that are
"empty". i.e, if the cell is empty and hide button is clicked, then the empty
cells have to be hidden. and if the cell is with by any alphanumerical
character, then that cell should not be hidden when hide button is clicked.