Strange PrintOut Behavior

  • Thread starter Thread starter Bob Nonnemann
  • Start date Start date
B

Bob Nonnemann

I have a simple timesheet application with some buttons
the clear rows, insert rows, etc. that all work fine. I
added another button to print the timesheet:

Private Sub cmdPrint_Click()
ActiveSheet.PrintOut
End Sub

Which prints the sheet; however after printing most of
the buttons on the sheet have 'moved' way over to the
left side of the spreadsheet! This problem only occurs
with Excel 2002, it works fine with Excel 2000.

Any suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top