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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.