Here is a list of some of our VB functions that we are making available for
people to download and use.
The functions linked to by this page remain the copyrighted material of
Abbydale Systems LLC.. You are free to use the material but please honor the
copyrights.
As always you are free to use this code but the usual
disclaimers apply.
By downloading code from this page you agree to the terms of the disclaimer.
| Name |
Description | |
|---|---|---|
| This function will return a count of the number of words in a passed string. Example: Words("The quick brown fox") would return 4. | ||
|
| ||
| This function will return TRUE if a worksheet exists in a workbook and FALSE if it does not You pass the name of a worksheet to this routine, and it will check that for the worksheet. This function will only check the active workbook for the passed worksheet If you want to check in a different workbook, please use WorkSheetExtant2 to accomplish this. | ||
|
| ||
| This function will return TRUE if a worksheet exists in a workbook and FALSE if it does not You can pass the name of a workbook to this routine, and it will check that for the worksheet. By default, if you omit the workbook name it will use the workbook with this code in it. | ||
|
| ||
Last modified :
Sunday 10th May 2026
Abbydale Systems LLC Lic. 802696149. All rights reserved.