if len(worksheets("sheet1").range("a1").value) > 3 then
or
if len(worksheets("sheet1").range("a1").text) > 3 then
..text is what you see in the cell. .value is what the cell actually contains.
===
If you put 3 in a cell, the .value is 3.
But if you format it to show $3.00, then .text is $3.00
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.