View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter T[_7_] Peter T[_7_] is offline
external usenet poster
 
Posts: 162
Default Duplicate declaration in current scope, but not so

Hi Bart,

VBA could handle this a bit better as it highlighted:
Sub ArrayToSheet(vArray As Variant, _
none of the duplicate arguments.


I guess it missed the continuation lines, without any it would have
highlighted the entire line

Peter