xlsx to pdf convert using button || Export Excel Sheet to pdf using VBA and Macro by Faisal Sir
Wants to Quickly Export your data as PDF from Excel? Must watch full video to know how to add Button in Sheet to Save Your Data Quickly as PDF with the help of VBA and Macros. VBA Code used in my video Sub ExpAsPDF() ‘ ‘ ExpAsPDF Macro ‘ ‘ ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _ “D:Sale bill ” & Sheet1.Range(“I3”).Value,…