timtrust123
Programmer
Hi
I'm using Win32::OLE to open a Excel file that has links in it to different sheets.
I would like to open the workbook without updating the links.
VBA to do it looks like this
Workbooks.Open FileName:="C:/file_name.xls", UpdateLinks :=0
i have tried the following without any success
$book = $ex->Workbooks->Open ('C:\fine_name.xls',UpdateLinks = 0 );
$book->{'UpdateLinks'} = 0;
$excel->{'UpdateLinks'} = 0;
Any suggestions most welcome !
Cheers
Tim
I'm using Win32::OLE to open a Excel file that has links in it to different sheets.
I would like to open the workbook without updating the links.
VBA to do it looks like this
Workbooks.Open FileName:="C:/file_name.xls", UpdateLinks :=0
i have tried the following without any success
$book = $ex->Workbooks->Open ('C:\fine_name.xls',UpdateLinks = 0 );
$book->{'UpdateLinks'} = 0;
$excel->{'UpdateLinks'} = 0;
Any suggestions most welcome !
Cheers
Tim