How do I retrieve the current workbook link in vba?
I have a two workbooks. The one is a source workbook. These workbooks are
shared with many coworkers. Often the source workbook is renamed and then
saved leaving the current link severed. What I want to do is write a program
so that at the touch of a command button the link can be restored. Rather
than train everyone how to restore links I would like to have it executed in
vba. Is there a way to make the current workbook link a string in vba? Just
like you can a workbook name (string = activeworkbook.name). If so I can
then finish writing my program.
"Tim Williams" wrote:
If you could be bothered to elaborate maybe someone will bother to answer...
Tim
"whylite" wrote in message
...
|