Unable to create hyperlink
Posted: Thu Jun 19, 2014 5:06 pm
Hello,
I have this code in version 4 to create hyperlink to secont sheet (in one workbook):
with XLS[0].Hyperlinks.Add do begin
Col1:=1;
Col2:=1;
Row1:=Row0;
Row2:=Row0;
Address:='''Definice pokladních operací''!C100';
end;
But with version 5, this hyperlnik do not work. If I click on it nothing happens.
Thanks
Zdenek
I have this code in version 4 to create hyperlink to secont sheet (in one workbook):
with XLS[0].Hyperlinks.Add do begin
Col1:=1;
Col2:=1;
Row1:=Row0;
Row2:=Row0;
Address:='''Definice pokladních operací''!C100';
end;
But with version 5, this hyperlnik do not work. If I click on it nothing happens.
Thanks
Zdenek