Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Just curious If I have a code that eksample TextBox1.Text = "" and ActiveCell = TexBox1.Text When I then run a code later to find the empty cells, the cell is not empty (Looks like it empty). This code wont find the cell For Each c In ActiveSheet.Range("something") If Not IsEmpty(c) Then Something Next c I had to write a ClearContens in the code to make above code find the empty cell Isn't "" the same as empty? Thanks Aksel *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When is a cell empty and how do I empty it. | Excel Discussion (Misc queries) | |||
Leaving an empty cell empty | Excel Discussion (Misc queries) | |||
why a reference to an empty cell is not considered empty | Excel Discussion (Misc queries) | |||
Finding next empty empty cell in a range of columns | Excel Programming | |||
Empty cell and a the empty String | Excel Programming |