Hi!
I 'wrote' a macro using key strokes. I created a table which is done via the code below:
ActiveSheet.ListObjects.Add(xlSrcRange, Range("$A$1:$M$75"), , xlYes).Name = _
"Table1"
My issue is I don't want the Range to always be the Range as defined here.
I will be using worksheets...