VBA source code

C

cornishbloke

I'm new to the VBE and want to know - how do I find out the VBA source
code for existing functions such as NetworkDays?
 
V

Vasant Nanavati

AFAIK, the source code is not available. I believe those functions are
written in C.
 
B

Bob Phillips

Why would you want that code? If you want to write your own variation, you
will need to do it as VB, or as C in a COM module.
 
Top