I use CallByName fuction:

if something??? then
CallByName Me, strMethodName, VbMethod,
end if

but sometimes the "strMethodName" method doesnt exist and this cause runtime error. can I examine that before calling CallByName?