Thread: dcount with vba
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
J Slavin
 
Posts: n/a
Default dcount with vba

is it possible to use the dcount function with vba?

i tried Application.WorksheetFunction.DCount(....) but didnt work,
sayid it could not get the DCount function.

thanks in advance,


--