Hi, first time poster here!
I have a data set that gets updated weekly and need the table created in my macro to account for this. Heres the code I've got:
ActiveSheet.ListObjects.Add(xlSrcRange, Range("$A$1:$O$104017"), , xlNo).Name _
= "ShotData"
Thanks in advance!
-Reebs
I have a data set that gets updated weekly and need the table created in my macro to account for this. Heres the code I've got:
ActiveSheet.ListObjects.Add(xlSrcRange, Range("$A$1:$O$104017"), , xlNo).Name _
= "ShotData"
Thanks in advance!
-Reebs