Greg
Tue May 24 17:35:52 CDT 2005
I humbled again. Thanks :-)
--
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
JE McGimpsey wrote:
> VBA Help - look at each data type:
>
> For instance:
>
>> Long data type
>> A 4-byte integer ranging in value from -2,147,483,648 to
>> 2,147,483,647. The ampersand (&) type-declaration character
>> represents a Long in Visual Basic.
>
> and it's helpful to know:
>
>> type-declaration character
>> A character appended to a variable name indicating the variable's
>> data type.
>
>
>
> In article <OdmMy4KYFHA.1040@TK2MSFTNGP10.phx.gbl>,
> "Greg Maxey" <gmaxey@mvps.OscarRomeoGolf> wrote:
>
>> Where does one learn about all those #, $, & things?