![]() |
How do I remove data connections with VBA
I want to remove data connections from my excel worksheet using visual basic
for applications. There are a great many data connections. |
How do I remove data connections with VBA
Try this
For Each QTable In ActiveSheet.QueryTables QTable.Delete Next -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "vig" wrote in message ... I want to remove data connections from my excel worksheet using visual basic for applications. There are a great many data connections. |
All times are GMT +1. The time now is 06:18 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com