Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
using the wizard in script to replace 'NA' with the value below when iporting table file - but it let me do it only column by column...I have 100 column ...
....
(ooxml, embedded labels, table is Grade, filters(
Replace(3, bottom, StrCnd(equal, 'NA')),
Replace(4, bottom, StrCnd(equal, 'NA'))
));
Maybe a loop or something else clever?
any idea?
Thanks
Raph
Thank you very much for the advices Sir