Thread: Variable
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
alvin Kuiper alvin Kuiper is offline
external usenet poster
 
Posts: 175
Default Variable

Hi
Why can't i use this:
Dim num, num2, num3 as single ?

Shall i use this:

Dim num as single, num2 as single, num3 as single??????????

regards
alvin