In my tables I have a link to an Excel workbook. What VBA code can I
put in the OnClick event of a button to automatically refresh that
link?
Pieter Wijnen - 31 Oct 2007 15:48 GMT
CurrentDb.Tabledefs("myexcelTable").refreshlink
HtH
Pieter
> In my tables I have a link to an Excel workbook. What VBA code can I
> put in the OnClick event of a button to automatically refresh that
> link?