Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.

Identify Empty Cells in VBA

Whenever I need to determine if a cell is blank, I call the IsEmpty function on the Value property. If IsEmpty(ActiveCell.Value) Then This anonymous blogger uses vbNullString. If ActiveCell.Value = vbNullString In other news: In Firefox, Cntl+Click on a hyperlink and it will open that link in a new tab. Except for the aforementioned blog's heading. [...] Read More...

Read the complete post at http://www.dailydoseofexcel.com/archives/2008/06/26/identify-empty-cells-in-vba/


Posted Jun 26 2008, 10:01 AM by Daily Dose of Excel
Filed under:
Copyright Excel User Group and the relevant contributors, 2008. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.