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 Chriss Miller 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. FZeker

    Auto fill contracts

    I would create the contract document with a table, set it up using bookmarks as the field indetifiers. Then use VB to reference each field by the bookmark name. Use an array with a For..Next loop to store your VB form info. Then open your Word template with the bookmarks...
  2. FZeker

    How do you make a Highscore

    Use SaveSetting() to store the high score to the registry. Use GetSetting() to retreive the score. Check for a current high score, otherwise place a dummy high score with your name or something like that.

Part and Inventory Search

Back
Top