Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to remove data connections from my excel worksheet using visual basic
for applications. There are a great many data connections. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data connections | Excel Discussion (Misc queries) | |||
How do I permanently remove external data connections? | Excel Worksheet Functions | |||
Data connections in Excel | Excel Discussion (Misc queries) | |||
Data Connections | Excel Worksheet Functions | |||
Data connections | Excel Discussion (Misc queries) |