T trixits New Member Mar 28, 2013 #1 Hello. I've got a successful vba script importing a CSV file into my sheet. My problem is that the data is not added as part of the Data Table. May I get some help with adding the new cells to the Data Table?
Hello. I've got a successful vba script importing a CSV file into my sheet. My problem is that the data is not added as part of the Data Table. May I get some help with adding the new cells to the Data Table?
T trixits New Member Mar 28, 2013 #2 Nevermind! I got it. Code: ActiveSheet.ListObjects("Table2").Resize Range("$A$1:$F$3405")
Nevermind! I got it. Code: ActiveSheet.ListObjects("Table2").Resize Range("$A$1:$F$3405")