WITH ExcelBuffer DO BEGIN RESET; DELETEALL; SETRANGE("No.",Rec."Accountable person"); NewRow; AddColumn('First Name',FALSE,'',FALSE,FALSE,FALSE,''); AddColumn('Middle Name',FALSE,'',FALSE,FALSE,FALSE,''); AddColumn('Last Name',FALSE,'',FALSE,FALSE,FALSE,''); CreateBook(); CreateSheet('Sheet 1','Report',COMPANYNAME,USERID); GiveUserControl(); END;How can I do the same using Automation? I was looking through the forum but didn't find what can help me. Thx for any links.
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
RIS Plus, LLC
Anyway, If there is still something I can learn/read, mb some basics, I will be glad to see them. Best regards.
RIS Plus, LLC