Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I got an error when loading tables(Headline and Trades) from my exel file. The error is "Cannot locate table in BIFF file.."
Below is my script:
Load A,
B,C,
D
FROM
(biff. embedded labels, table is Headline$);
B,X,,
Z
(biff. embedded labels, table is Trades$);
Any good suggestion please to sort this issue?