You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+56
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,62 @@ However, matrix functions need to take care of creating arrays from a string, th
87
87
88
88
As an illustration, the `UDFunctions.cls` module has an implementation of the `DET` function with an example of using the array handle function. In addition, the `GCD` function is implemented as a demo.
89
89
90
+
## Using the code
91
+
VBA Expressions is an easy-to-use library, this section shows some examples of how to use the most common properties and methods
0 commit comments