VBA source code

  • Thread starter Thread starter cornishbloke
  • Start date Start date
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?
 
AFAIK, the source code is not available. I believe those functions are
written in C.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top