View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\)[_1670_] Rick Rothstein \(MVP - VB\)[_1670_] is offline
external usenet poster
 
Posts: 1
Default Consolidating Data

.... (using a semi-colon as a delimiter)

CombinedRows = CombinedRows & ":" & Cells(Z + X, "A").Value


And, so of course, I mistyped a colon in place of the semi-colon I meant to
use. In my previously posted code, change the colon to a semi-colon for the
above line of code.

Rick