![]() |
Access Query Linked to Excel fixed rows
I have a query in Access that is linked to Excel. The query produces more records each month. However the Excel linked data only shows the number of records which i could originally see when I did the paste special and "link".
|
A better method of bringing data from Access into Excel would be to use
Data / Import External Data / New Database Query. Alternatively you could clear the current table and repeat the process you used previously to get the linked data. Bill Manville MVP - Microsoft Excel, Oxford, England No email replies please - respond to newsgroup |
Quote:
|
I think you would have to mark the queries as not running on startup
and then have a startup macro that runs them. Sub Auto_Open() Dim WS As Worksheet Dim QT As QueryTable For Each WS In ThisWorkbook.Worksheets For Each QT In WS.QueryTables QT.Refresh BackgroundQuery:=False Next Next End Sub Bill Manville MVP - Microsoft Excel, Oxford, England No email replies please - respond to newsgroup |
All times are GMT +1. The time now is 11:53 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com