View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Josip Josip is offline
external usenet poster
 
Posts: 5
Default Divide one range with another

Hello,

is there a way in VBA to perform elementwise division on two ranges of
numbers, say A1:B10 and C1:D10? I.e.
A1/C1, A2/C2, ...

Thanks,
J