I have a spreadsheet setup with 5 buttons along the right side of the page. Right after I print the page 3 of the 5 buttons jump to the left side. I can't figure out why just those 3 jump. All help is greatly appreciated.
Printable View
I have a spreadsheet setup with 5 buttons along the right side of the page. Right after I print the page 3 of the 5 buttons jump to the left side. I can't figure out why just those 3 jump. All help is greatly appreciated.
Welcome to the Forums.
Try a Refresh after the print code.
VB Code:
Application.ScreenUpdating = False Application.ScreenUpdating = True