I have an Excel 2007 workbook that uses several data connections (SQL queries) to pull data from an Access database. I would like to display the SQL statement for a particular named connection (Msgbox is okay). Then I would like to edit the same connection using VBA. Please help with example VBA code. Thanks.