Does anyone know how to "Convert to Range" in VBA code... I need to convert the "dam" table before applying a subtotal ...hhmmmm

link|improve this question
feedback

1 Answer

This should do the same as the Convert to Range function

ActiveSheet.ListObjects("TableName").Unlist
link|improve this answer
Excellent ! Works great... Thanx! – robihot Feb 26 '10 at 19:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.