Is the Match function available within VBA as Application.WorksheetFunction.Match? When i am authoring code, it is in the dropdown when i type Application.WorksheetFunction, so i just use TAB to select it. However when the code executes, i get the error message "Unable to get the Match property of the WorksheetFunction class". I am trying to assign the result to an integer, as in
ckval=Application.WorksheetFunction.Match("text",r,0)
Thanks if you can clarify this for me!
Tom
ckval=Application.WorksheetFunction.Match("text",r,0)
Thanks if you can clarify this for me!
Tom