Thread: MIN in VBA?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Mike is offline
external usenet poster
 
Posts: 102
Default MIN in VBA?

Hi everyone,

What is MIN in VBA?

Say you have this: PM=MIN(ab,cd) (minimum of ab and cd)

How do you write it in VBA?

Thanks,
Mike