Hi, I have an Access table containing 160 rows. Each row contains a hyperlink to an Excel file whose name is derived from the primary key of the record.
The Excel files initially do not exist but will be created by copying a master file.
Question is, can I attach code to the click event on each hyperlink so that I can determine whether the target file needs to be created by copying in the master file?
Many thanks in anticipation
Phil
The Excel files initially do not exist but will be created by copying a master file.
Question is, can I attach code to the click event on each hyperlink so that I can determine whether the target file needs to be created by copying in the master file?
Many thanks in anticipation
Phil
Comment