View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default mod error in VBA

Yep.

(I don't have a guess if that's important to the OP, though.)



Bob Phillips wrote:

... but it works differently to the Excel one.

--
__________________________________
HTH

Bob

"Dave Peterson" wrote in message
...
VBA has its own Mod function, too.



geebee wrote:

hi,

i have the following:

R = Evaluate("mod(x,2)")

but i am getting a type mismatch error.

im not sure how to fix this..

thanks in advance,
geebee


--

Dave Peterson


--

Dave Peterson