lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I just want to clear the confusion I have about vba functions vs WorksheetFunction. Please correct me if I am wrong:
All VBA functions are listed here:
https://www.techonthenet.com/excel/formulas/index_vba.php
All excel functions (without vba, like open sheet and type = then function name) are listed below, by the way these functions can be called in vba code if you use worksheetfunction object
https://docs.microsoft.com/en-us/office/vba/api/excel.worksheetfunction
Now combining these 2 set of functions, user can write VBA code and use them all.
Here is my another question, if the above is right, then why =sum() is not in any list? Thank you very much
I just want to clear the confusion I have about vba functions vs WorksheetFunction. Please correct me if I am wrong:
All VBA functions are listed here:
https://www.techonthenet.com/excel/formulas/index_vba.php
All excel functions (without vba, like open sheet and type = then function name) are listed below, by the way these functions can be called in vba code if you use worksheetfunction object
https://docs.microsoft.com/en-us/office/vba/api/excel.worksheetfunction
Now combining these 2 set of functions, user can write VBA code and use them all.
Here is my another question, if the above is right, then why =sum() is not in any list? Thank you very much