Used program Excel 2000
I want to make a hyperlink to cells in Excel. This hyperlink is made in a VBA program and placed in a cel in another workbook.
Now I found that certain sheetnames are surrounded with single quotes and others not. You can see this when you make a hyperlink manually. Names which generate quotes are for example "D1" or "D2". But not "D1DB" or "D2DB". "DT" and "DTDB" don't generate quotes. Also sheetnames starting with an "R" always generate quotes e.g. "R1" and "R1DB".
Can anybody explain to me why the quotes are generated, and if there are other combinations which generate quotes. I don't need a program to work around in VBA.
Thank you for helping me out
Leendert de Geus
I want to make a hyperlink to cells in Excel. This hyperlink is made in a VBA program and placed in a cel in another workbook.
Now I found that certain sheetnames are surrounded with single quotes and others not. You can see this when you make a hyperlink manually. Names which generate quotes are for example "D1" or "D2". But not "D1DB" or "D2DB". "DT" and "DTDB" don't generate quotes. Also sheetnames starting with an "R" always generate quotes e.g. "R1" and "R1DB".
Can anybody explain to me why the quotes are generated, and if there are other combinations which generate quotes. I don't need a program to work around in VBA.
Thank you for helping me out
Leendert de Geus