Message 1 of 4
VBA Variables

Not applicable
07-01-2007
11:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to learn VBA and giving myself quite a headache.
How do you set a number or string as a variable.
In lisp it would be (setq nbr 5) or (setq str "string").
Also in lisp I could check my variable by using ! at the command line. Help says use quick watch but that is not telling me anything. I'm not enjoying VBA so far.
How do you set a number or string as a variable.
In lisp it would be (setq nbr 5) or (setq str "string").
Also in lisp I could check my variable by using ! at the command line. Help says use quick watch but that is not telling me anything. I'm not enjoying VBA so far.