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