View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default What does "\" do in VBA

Hello,

I hope this is not a silly question.

I was researching someones elses VBA project & noticed this line of code:

row_d = a + (currentIndex - 1) \ 10 + currentIndex - 1

I know the "/" means divide by but what does the "\" do in this above
equation, it doesn't mean divide as I tried that.


Any help would be greatly appreciated.

Thank you,
Jeff