View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] tonyrulesyall@yahoo.com is offline
external usenet poster
 
Posts: 3
Default vba dim statement with equals

Is there a way to combine a dim statement with setting the initial
value?

ex. dim intvalue=5 as integer