PW VBA

How can I customize PW (VBA or Macros) via code internally? Thanks
  • The only way to customize ProjectWise is to use the ProjectWise API to create a .DLL file.  The .DLL file can then be run from PW by a registry entry which expects the .DLL to register hooks, or you can use a .MRR file to load the .DLL when a menu item is selected.  There are examples of both of these with the API when you install it.  Most of the examples are in C++.  I believe that someone on this board posted some help with using Visual Basic with the API.