I know nothing of visual basic, but my problem is related to it...soooo, here goes...
I set up a link such that upon clicking it, it opens an excel file. The excel file gets saved in the user's temp directory under the file's original name. The next time the person tries to open the excel file by clicking on the link, the filename changes to something else, say some vakljasfdas.xls instead of original_filename.xls.
The excel file contains macros that reference the original filename. For instance, the reference to the workbook is "original_filename.xls" However, when the filename is warped, the macro still tries to reference the original excel file, which of course, is not open. Is there a way such that I can have it reference the filename, regardless of what it is because it will always keep changing.
Thanks in advance.
I set up a link such that upon clicking it, it opens an excel file. The excel file gets saved in the user's temp directory under the file's original name. The next time the person tries to open the excel file by clicking on the link, the filename changes to something else, say some vakljasfdas.xls instead of original_filename.xls.
The excel file contains macros that reference the original filename. For instance, the reference to the workbook is "original_filename.xls" However, when the filename is warped, the macro still tries to reference the original excel file, which of course, is not open. Is there a way such that I can have it reference the filename, regardless of what it is because it will always keep changing.
Thanks in advance.