印刷範囲-印刷範囲の設定

Sub file_printrange_set()
	ActiveSheet.PageSetup.PrintArea = "$A$1"
	'A1を印刷範囲に設定します
End Sub