Why # appears on its own ?

M

Milind

while using this code:
For each c Worksheets("Sheet1").Range("A2:A100").Cells

If c.Value = 235454567890 Then

A hash sign appears after this number in the coding. What does it signify ?

Milind
 
C

Chip Pearson

Milind,

It declares the number as a Double data type.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com (e-mail address removed)
 

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

Top