Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys, I know that there have been various posts about section access which I have read but I was just wondering if I have the right format as it says my load statement is garbage!! Any thoughts??
Section
Access;
LOAD
*
FROM
];
Application;
Regards,
bc
Hi,
The code which you have provided looks OK. If it is the same code then the problem is here :-
Put (biff, embedded labels, table is Sheet1$);
in place of (biff, embedded labels, table is Sheet1$)];
- Manish