B
Bob
I'm getting an "Unable to get the Match property of the WorksheetFunction
class" error message when the "i = WorksheetFunction.Match(..." line of code
is executed in the following code block:
Dim i As Integer
Dim SysRCNameTemp As String
Dim SysRCNameArray(25) As String
i = Application.WorksheetFunction.Match(SysRCNameTemp, _
SysRCNameArray(), 0)
Can someone tell me how to fix the aforementioned line of code? Thanks in
advance for any help.
class" error message when the "i = WorksheetFunction.Match(..." line of code
is executed in the following code block:
Dim i As Integer
Dim SysRCNameTemp As String
Dim SysRCNameArray(25) As String
i = Application.WorksheetFunction.Match(SysRCNameTemp, _
SysRCNameArray(), 0)
Can someone tell me how to fix the aforementioned line of code? Thanks in
advance for any help.