Thanks for the reply,
By list I mean ctrl+L.
I wish I could upload the wb, but it contains some very sensitive info.
I am using Excel 2003
Thx again
Thanks for the reply,
By list I mean ctrl+L.
I wish I could upload the wb, but it contains some very sensitive info.
I am using Excel 2003
Thx again
To convert the range to a list
Add totals![]()
ActiveSheet.ListObjects.Add(xlSrcRange, Range("$A$1").CurrentRegion, , xlYes).Name = _ "List1"
Remove List![]()
ActiveSheet.ListObjects("List1").ShowTotals = True
![]()
ActiveSheet.ListObjects("List1").Unlist
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks