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

    array of class

    hello. i'm just an actionscript beginner so sorry for a dumb question... i'm trying to use an array of my own classes. the class is called hostitel and works well - i have tested it. the array is called hostitelia the definition is this: var hostitelia:Array; hostitelia[1] = new...
  2. 2much4u

    find in which column is the value

    hi in need to find a column number which contains the value specified there certainly is only one column like that in the chart i'm trying this: Dim c1 As Long Dim p1 As Range Set p1 = Worksheets(1).Range("b1:cv1").Find("hi", LookIn:=xlValues) c1 = p1.Column Debugger stops at the last line...

Part and Inventory Search

Back
Top