Perhaps this can be easily done and perhaps not. So I turn to you good folk to give me a hand.
Two workbooks are opened simultaneously.
“Label – fill in and print.xls” is open and the statement below is in a label printing macro in that workbook.
Windows(“Layout Sheet.xls”).Activate
ActiveSheet.PageSetup.PrintArea = “”
Windows(“Label – fill in and print.xls”).Activate
The idea is for the 2nd line to clear the print area in “Layout Sheet.xls”.
The problem is that the print area in “Layout Sheet.xls” does not clear when this runs. “Layout Sheet.xls” activates and then “Label – fill in and print”.xls reactivates but the print area in “Layout Sheet” has not changed.
I want to have this happen because after my Dymo printer does the printing in “Label – fill and and print.xls” I get label print layout on screen in “Layout Sheet.xls”.
I’m just trying to automatically clear that label print area.
Thanks,
BH