Is there a way to comment out a chunk of code quickly using CodeRush ?
'For narCounter = 0 To UBound(arPDFFiles)
' 'Add the PDF File Names to the Data Table.
' rowPDF = dtPDF.NewRow
' rowPDF("PDFDocument") = arPDFFiles(narCounter)
' dtPDF.Rows.Add(rowPDF)
'Next