Legal Information |
|
In order to use the Visual Basic Editor in Excel
There are two basic starting points.
The Sub statement with a name for the procedure, for example
Sub cellsum()then a statement to define variables used within the program, for example
Dim cellnumberdefines a variable cellnumber.
Search Knowledge Base | Feedback |