Hi All
I have a link Table to an Excel spreadsheet called 'tblLinkTable'.
I want to refresh the specific table automatically in VBA.
Ive got as far as:
this only opens the lnik table manager but i need it to automatically Update the 'tblLinkTable' Table.
Can someone help please?
Thanks
I have a link Table to an Excel spreadsheet called 'tblLinkTable'.
I want to refresh the specific table automatically in VBA.
Ive got as far as:
Code:
RunCommand acCmdLinkedTableManager
this only opens the lnik table manager but i need it to automatically Update the 'tblLinkTable' Table.
Can someone help please?
Thanks