What is the intialized value for a cell with general format?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am attempting to value one cell in a workbook based on whether there is a
value in another cell. I have tried to check for zeros and spaces and
neither seems to work. The format of the cell that I am checking is general.
 
Hi
what do you mean with 'to value one cell'?

--
Regards
Frank Kabel
Frankfurt, Germany

Edith F said:
I am attempting to value one cell in a workbook based on whether there is a
value in another cell. I have tried to check for zeros and spaces and
neither seems to work. The format of the cell that I am checking is
general.
 
The inital value of a cell is blank. In code you can check to see if the
value is equal to "" or in the sheet you can use the IsBlank function.
 
Got my answer, thanks for answering my post

Frank Kabel said:
Hi
what do you mean with 'to value one cell'?

--
Regards
Frank Kabel
Frankfurt, Germany


general.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top