Hi Guys,
I am currently migrating my VBA code into delphi. But I have hard time
converting it
in a delphi fashion.
Range("D1").Select
With Selection.Interior
.ColorIndex = 15
.Pattern = xlSolid
End With
ActiveSheet.Hyperlinks.Add Anchor:=MainSht.Cells(1, 4), Address:= _
"C:\", TextToDisplay:="Link"
Is there a possible equivalent for this one in delphi? I want to use With
statement and
also wants to create a link in the sheet.
Regards,
Adrian
[Non-text portions of this message have been removed]

