Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to export - print to PDF a sheet. it is working perfectly . I want to hide the selection boxes while exporting, which are also getting exported on the PDF.
Pls Write Following Macro to perform selection during Export to PDF.
ActiveDocument.ClearAll TrueActiveDocument.Fields("WORK_YEAR").Select ActiveDocument.Evaluate("Current_Year")ActiveDocument.Fields("WORK_WEEK").Select ActiveDocument.Evaluate("LastWeek")