hi,
I'm trying to make hyperlinks to specific pages of a workbook to excel. If I put the hyperlink of the form as follows then works properly:
C: \ Users \ Desktop \ test.xlsx # Sheet2!A1 -> leads me to Sheet2 document "test".
The big problem comes when the leaves have spaces in its name, that is, if the sheet is called Sheet 2:
C: \ Users \ Desktop \test.xlsx # Sheet 2!A1 -> does not work ...
C: \ Users \ Desktop \ test.xlsx # 'Sheet 2'!A1 -> does not work ....
The solution to rename the sheets is not possible ... anyone knows how to solve this problem?
Greetings.