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
 
Top