Hi,
there is a sheet containing external data from an OLE DB query.
I need to catch the „after refresh“ event and this works only for the QueryTables object, as far as I know.
Unfortunately there is no QueryTable object on this sheet, a simple „MsgBox Sheets("MySheet").QueryTables.Count“ returns „0“.
Root of my issue is the requirement to have a working Hyperlink()-formula inside the queryied data.
The formula is created correctly by SQL Server, but will allways be displayed as text in the excel sheet.
A small VBA routine is supposed to transform cell content from text to formula. This should happen after every refreshment.
Thanks in advance for any help.
Bests,
Matze
Bookmarks