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 John Tel 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: *

  • Users: JBBennett
  • Content: Threads
  • Order by date
  1. JBBennett

    Adding ListBox Control at Runtime

    I need to query a database and build a multi-page form based on the data I find. I am working on the last page which is a list of names and what was done with them. To pass the data to the form, I am using a property and doing all the add control work in the property (since I could not figure...
  2. JBBennett

    INVALID USE OF NEW KEYWORD

    I am getting an "Invalid use of New keyword." error in my code. I am working on a Word 2010 VBA document. The code is: Dim Rate As clsHourlyRates Set Rate = New clsHourlyRates For intCounter = 1 to 2 Selection.GoTo What:=wdGoToBookmark, Name:="Hourly_Rate_" & intCounter...

Part and Inventory Search

Back
Top