You can access worksheet function through the Worksheetfunction property (Application.worksheetfunction.match(arguments). I thought there was a list of worksheet functions available to VBA in the VBA help files. Try putting something like worksheet functions available to VBA in the VBA search engine and see if it comes up.
The match function is commonly called from VBA. The others, not so much, probably because the .cells(i,j) property/method usually works just as well without needing the worksheet function version.
Bookmarks