Hi,
I need some assistance.
I am trying to open a excel file in MS Office on my local machine by clicking a hyperlink
procedure OpenAFile(Filepath: String);
var
res: integer;
begin
res := OpenFile(FilePath, “”, SW_SHOWNORMAL);
if res < 32 then
begin
MessageBox("Error while opening: " +...