View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sparrow[_2_] sparrow[_2_] is offline
external usenet poster
 
Posts: 5
Default how to find if an excel sheet has any hidden values in a cell in VB.NET

I am trying to check if any worksheet has hidden values in a cell. I am
very new to VBA programming. I came across these---
Excel.XlCellType.xlCellTypeBlanks and
Excel.XlCellType.xlCellTypeVisible

But I am not sure if this is what would serve my purpose.

Thanks