OK, so I have the following code in my project that creates a table for a find/copy/paste operation performed later on
Range("A1", LastCG).Select
Range("C6").Activate
ActiveSheet.ListObjects.Add(xlSrcRange, Range("$A$1", LastCG), , xlYes). _
Name = "Table1"...