Thread
:
Create Table with the range of selected cells
View Single Post
#
4
Posted to microsoft.public.excel.programming
Scott Spence
external usenet poster
Posts: 16
Create Table with the range of selected cells
Like this:
ActiveSheet.ListObjects.Add(xlSrcRange, Range("A1:A2"), , xlYes).Name = _
Format(Now(),"yyy/mm/dd")
Reply With Quote
Scott Spence
View Public Profile
Find all posts by Scott Spence