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 Mike Lewis 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. RonLeenders

    Loading a two column combo box

    How to do this is actually documented in the on-line VBA help for Excel (look for examples of loading combo boxes). - You have the data in an array - good. - Make sure the array has the same number of columns as your combo box definition, e.g., DIM sArr (1,4) as String for a 2 column x 5 row...
  2. RonLeenders

    Checking for external Library References in Project VBA

    Does anyone know how to check, using VBA code, if a particular Reference library has been switched on in the local environment options, and then how to switch it on if not? I have been developing some emailing functionality between MS Project and Outlook, and when I run the code on another's...
  3. RonLeenders

    Custom Fieldsand VBA

    Ed, There are many approaches to this, from modifying the MS Project database to add new data structures, through to using some external (to MS Project) data storage. MS provides sample code on how to modify the MS Project Database (and extend your data model). See Developer Support article ...
  4. RonLeenders

    Need help with Master Projects and subprojects

    Another approach is to generate a unique WBS template for each subproject (See Project menu/WBS) and renumber the WBS codes for each task in the subprojects. Be sure to switch off WBS renumbering once your basic set has been defined (Project occasionally recalculates WBS codes if allowed).
  5. RonLeenders

    File Select Dialogue Box

    I want to invoke the File Select dialogue box to help a user fill in a hyperlink field in MS Access (2000). I read stuff about the Common Dialogue (?) but trying to install the control on an access form, access says insufficient permissions are given & I need to reinstall the product. Ideas?

Part and Inventory Search

Back
Top