View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed White Ed White is offline
external usenet poster
 
Posts: 34
Default IsEmpty function in VSTO

In Excel VBA, there is a function which will tell you if a cell is empty, e.g.
IsEmpty(ActiveCell)
but I can't find that function in VSTO. How would I determine if a certain
cell in Excel is empty using VB in VSTO? (I'm using VS 2008 and Excel 2007).
--
Ed