Hey,
I want to send a link to an Excel workbook over HTML email.
A link only to the workbook itself works fine, but when it comes to specifying a cell/range it won't find the file anymore. To make this work, I would need to know: how can I actually open the workbook and redirect it immediately to the cell?
Let's say my file is in C:\testfolder\testfile.xlsm
I can just put this path into the windows search and it will open.
If i want to go straight to the sheet "Internal" and Cell A3, it won't work anymore.
I've tried the following versions:
'C:\testfolder\[testfile.xlsm]Internal'!$A$3
C:\testfolder\testfile.xlsm'Internal'!$A$3
C:\testfolder\testfile.xlsm#'Internal'!$A$3
C:\testfolder\testfile.xlsm-'Internal'!$A$3
and some other combinations...
it seems that the Excel-style referencing does not work outside.
How can i achieve it?
Thank you!
I want to send a link to an Excel workbook over HTML email.
A link only to the workbook itself works fine, but when it comes to specifying a cell/range it won't find the file anymore. To make this work, I would need to know: how can I actually open the workbook and redirect it immediately to the cell?
Let's say my file is in C:\testfolder\testfile.xlsm
I can just put this path into the windows search and it will open.
If i want to go straight to the sheet "Internal" and Cell A3, it won't work anymore.
I've tried the following versions:
'C:\testfolder\[testfile.xlsm]Internal'!$A$3
C:\testfolder\testfile.xlsm'Internal'!$A$3
C:\testfolder\testfile.xlsm#'Internal'!$A$3
C:\testfolder\testfile.xlsm-'Internal'!$A$3
and some other combinations...
it seems that the Excel-style referencing does not work outside.
How can i achieve it?
Thank you!