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 derfloh 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: ChrisParks
  • Content: Threads
  • Order by date
  1. ChrisParks

    objects not behaving as distinct

    all i am declaring two objects with diff names, lets say obj1 and obj2 equal to new ObjectTest objects i first define all the characteristics of obj1 based on objecttest class characteristics then i want to set obj2 = obj1 but subsequently manipulate the characteristics of obj2 when i do...
  2. ChrisParks

    edate & eomonth

    these are excel functions that i use a lot im wondering if vba holds them a spot id like to use them, but not sure if i may does excel vba have an alternative way?
  3. ChrisParks

    resetting all variables

    is there a single statement that resets all of the values of variables to null? i believe there is but i cannot remember it thanks
  4. ChrisParks

    EXCEL SHEET REFERENCE

    Hey all, wondering whether any of you know if it is possible to do the following have a drop down that has say 2 options each option represents the name of a sheet on the current workbook the contents of each sheet are identical, but depending on the situation, you may want to retrieve data...
  5. ChrisParks

    collection

    hey, i am adding objecs to a collection object is called securities. collection is called securitycollection im setting variables to the properties of each "securities" object, then adding the object into the collection i am looping thru several securities that have different properties and...

Part and Inventory Search

Back
Top