Thread
:
How to delete QueryTable in VSTO?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Ed White
external usenet poster
Posts: 34
How to delete QueryTable in VSTO?
How do I delete a QueryTable on an Excel spreadsheet using
VB
in VSTO?
In VBA, the following works, but I can't get anything to work in
VB
/VSTO.
ActiveSheet.Cells.Select
Selection.ListObject.QueryTable.Delete
--
Ed
Reply With Quote
Ed White
View Public Profile
Find all posts by Ed White