View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KD[_7_] KD[_7_] is offline
external usenet poster
 
Posts: 3
Default Optional arguments

I found some code by Chip Pearson which is mostly self-explanatory
except this portion:

"Optional ByVal LB As Long = -1&, _"

What does the "&" after the -1 mean?