Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GBressinck

    Calling function residing in another project (MS-Word)

    Thx guys, it really is the reference thing that does the trick.
  2. GBressinck

    Calling function residing in another project (MS-Word)

    Tony, That is what I thought to be the case. However when trying to do it, I get a runtime error from vba and it tells me 'Compile Error: function or sub not defined'. When writing the code, the function name is recognized however (i.e. capitalization does take place when typing in the name of...
  3. GBressinck

    Calling function residing in another project (MS-Word)

    Thx for the answer although it is not what I wanted to hear. The reason I would put it in a project is that this represents one file; this would allow me to have some kind of version control and maintainability for the functions: e.g. I could update my utils project (library) without having to...
  4. GBressinck

    Calling function residing in another project (MS-Word)

    Does anyone know how to call a function that resides in another project ? I have a set of utility function that I want to use in different projects, therefore I created a file utils.dot that word loads automatically at startup. Now I want to create a new project MyProject, in which I have a...

Part and Inventory Search

Back
Top