Hello,
The following is a code extract causing the issue:
' WBData is the Excel workbook object and WSData the worksheet object in the workbook
' Set the 2 ranges (no issues here)
Set HdrTblRange = WSData.Range(WSData.Cells(cs_Row_Headers, 1), WSData.Cells(cs_Row_Headers...