asmith5rgv
Board Regular
- Joined
- Apr 6, 2006
- Messages
- 69
Good Morning,
I have created macros in which I am getting good enough to edit and modify them using the VBA editor. Many times there is this code created by the macro:
ActiveWindow.ScrollRow = 76
ActiveWindow.ScrollRow = 54
ActiveWindow.ScrollRow = 44
ActiveWindow.ScrollRow = 33
ActiveWindow.ScrollRow = 12
ActiveWindow.ScrollRow = 1
sometimes it might go for a page or more incrementing the number. Can I take this out? It just makes for terrible reading!
Thanks,
Al
I have created macros in which I am getting good enough to edit and modify them using the VBA editor. Many times there is this code created by the macro:
ActiveWindow.ScrollRow = 76
ActiveWindow.ScrollRow = 54
ActiveWindow.ScrollRow = 44
ActiveWindow.ScrollRow = 33
ActiveWindow.ScrollRow = 12
ActiveWindow.ScrollRow = 1
sometimes it might go for a page or more incrementing the number. Can I take this out? It just makes for terrible reading!
Thanks,
Al