Sub Button1()
Range("[COLOR=#ff0000]A1:C6[/COLOR]").ExportAsFixedFormat Type:=xlTypePDF, Filename:=Environ("USERPROFILE") & "\Desktop\" & "[COLOR=#ff0000]file1[/COLOR].pdf"
End Sub
Sub Button2()
Range("[COLOR=#ff0000]D1:F6[/COLOR]").ExportAsFixedFormat Type:=xlTypePDF, Filename:=Environ("USERPROFILE") & "\Desktop\" & "[COLOR=#ff0000]file2[/COLOR].pdf"
End Sub
Sub Button3()
Range("[COLOR=#ff0000]G1:I6[/COLOR]").ExportAsFixedFormat Type:=xlTypePDF, Filename:=Environ("USERPROFILE") & "\Desktop\" & "[COLOR=#ff0000]file3[/COLOR].pdf"
End Sub
Sub Button4()
Range([COLOR=#ff0000]"J1:L6[/COLOR]").ExportAsFixedFormat Type:=xlTypePDF, Filename:=Environ("USERPROFILE") & "\Desktop\" & "[COLOR=#ff0000]file4[/COLOR].pdf"
End Sub