View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default The use of the "#" sign in VBA code

I just came across some code which uses the "#" sign. I seems to be using it
when delcaring constants:

Const Variable1 As Integer = 10#

What is the # sign doing? Why would you use it?

Thanks

EM