View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steven Revell Steven Revell is offline
external usenet poster
 
Posts: 35
Default Strange variable declarations

Hi All,

I have come across the following variable declarations in
a program i have inherited. I was wondering what the $
sign is there for.

Dim Row$
Dim EVT$
Dim Paste$
Dim Results$

Values can be assigned as normal and my first though is
that it changes the values to text strings automatically.
I just though i'd ask and see if this was the case.

Cheers,
Steven