Error with macro after recording

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all
I have some error and don't know how to resolve it. Basically I did record a
workbook with 10 worksheets. I make changes of graphic in each worksheet and
move to another worksheet. When running again I had some errors below.

Windows("sheetname1.xls").ScrollColumn = 15

ActiveWindow.SmallScroll ToRight:=3

Any idea to fix this are welcome
Daniel
 
Those are lines that captured you moving the spreadsheet on the screen
with either your mouse or scrollbar. You should be able to remove
them completely with no ill effects.
 
Thanks but how do I know which lines are capture when moving by mouse or
scrollbar?
Thanks
Daniel
 

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