dellehurley
Board Regular
- Joined
- Sep 26, 2009
- Messages
- 171
- Office Version
- 365
- Platform
- Windows
Hi
I have created a userform with a search function. it worked perfectly but now has in issue with this line of code. Error code 2004. Unable to get the match property of the worksheetfunction class.
Link to Userform
Can anyone help?
Dannielle
I have created a userform with a search function. it worked perfectly but now has in issue with this line of code. Error code 2004. Unable to get the match property of the worksheetfunction class.
VBA Code:
iColumn = Application.WorksheetFunction.Match(sColumn, Dbws.Range("A1:L1"), 0)
Link to Userform
Can anyone help?
Dannielle