Your VBA procedures often need to store temporary values for use in statements and calculations that
come later in the code. For example, you might want to store values for total sales and total expenses to use later in a gross margin calculation. Although you probably could get away with using the underlying application to store these values (in, say, a cell in an Excel worksheet), this almost always isn’t very practical. Instead, VBA (like all programming languages) lets you sto
continue >>
Author:
Time:
Sunday, February 10th, 2008 at 3:45 am
Category:
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation: