Deye Posted May 19, 2017 Posted May 19, 2017 Hi, I want to store the section-view\line in the document ,make changes to objects (by then the page is scrolled to the end) and then restore to initial state - view any ideas .. Thanks
water Posted May 19, 2017 Posted May 19, 2017 Do you want to do the changes by hand or by your script? When using a script with the Word object model then there is no scrolling down and hence no need to save/restore the position. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Deye Posted May 19, 2017 Author Posted May 19, 2017 (edited) Hi Water, Yes, this only happens when the view is close to the header or at the beginning of the first table I want to restore the position by script .when I'm done parsing 3 tables in total. (using _Word_DocTableRead()) edit: not solved as yet Edited May 19, 2017 by Deye
Deye Posted May 19, 2017 Author Posted May 19, 2017 How do i convert this code Dim currentPosition As Range Set currentPosition = Selection.Range 'pick up current cursor position ' do stuff — cursor gets moved around currentPosition.Select 'return cursor to original positio
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now