akhendre88
Board Regular
- Joined
- Sep 17, 2015
- Messages
- 76
I am trying to use Application.WorksheetFunction
But getting an error "Object doesn't support this property or Method"
Below is my code
Please suggest
But getting an error "Object doesn't support this property or Method"
Below is my code
Code:
Sub test()
Dim a As String
Dim b As Long, c As Long
a = "This is testing"
c = Application.WorksheetFunction.Find("is", a)
MsgBox c
End Sub
Please suggest
Last edited: