View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Darryl Darryl is offline
external usenet poster
 
Posts: 7
Default excel vb question

Greetings,
I am writing some vb code in excel (version that comes with Office 2000).

I am a programmer, and really haven't dealt with excel before.

If I define a public variable on the workbook, can I initialize it at
definition ?

ie,
public test as integer init 0

How do I initialize the variable (or determine it needs initialization)
before using it ?

thanks,
-D