Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook that uses a Query Table. When they click on a button the
workbook is saved, minus various commandbuttons, their VB code, and the Workbook_Open code (thank you Chip Pearson website!). I also want to make sure that the Query Table now becomes static, that it does NOT update. I tried using the macro recorder to capture the code necessary to remove the Query Table property of the dataset but that was a bust. I do have the following code that successfully keeps the Query Table from updating itself in the static workbook: Sheets("sheetname").QueryTables("querytablename"). EnableRefresh = False Is there a VB way to basically clear the "Save query definition" checkbox in the "External Data Range Properties" window of a Query Table? Thanks -- Toby Erkson Oregon, USA Excel 2002 & 2003 in Windows XP |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove MS Query from Excel | Excel Discussion (Misc queries) | |||
Remove Access query name title from Excel spreadsheet | Excel Discussion (Misc queries) | |||
Scan and remove column data query | Excel Discussion (Misc queries) | |||
Scan and remove column data query | Excel Worksheet Functions | |||
How to remove a query prompt in Excel 2003 | Excel Discussion (Misc queries) |