View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andibevan[_2_] Andibevan[_2_] is offline
external usenet poster
 
Posts: 128
Default Hi All - Declare Decimals

Hi All,

I have a variable to declare that needs to contain positive numbers that can
be 4 decimal places.

Am I correct in thinking I should use Dim MyVar as Double?

Ta

Andi