I am using a number of cells to allow the user to set the Print Area based on the text in a cell. BR in the below recorded macro. The cells are in A1:G3. I used Dwg tools, made a box, 100% transparent and placed them over the cells. 1) Easier way than rec. individual macros and 2) How can I clear the print area once the w/s is printed.
Sub printareabr()
' printareabr Macro
' Print Area for BR-Pivot Table
' Range("A5:G37").Select
ActiveSheet.PageSetup.printarea = "$A$5:$G$37"
End Sub
Sub printareabr()
' printareabr Macro
' Print Area for BR-Pivot Table
' Range("A5:G37").Select
ActiveSheet.PageSetup.printarea = "$A$5:$G$37"
End Sub