Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-11-2016, 08:22 AM
Grasor Grasor is offline Move Insertion Point with VBA Windows 7 64bit Move Insertion Point with VBA Office 2013
Novice
Move Insertion Point with VBA
 
Join Date: Jun 2015
Posts: 4
Grasor is on a distinguished road
Default Move Insertion Point with VBA

Hello All,



I'm new to using VBA in Word and am trying to just learn how to navigate a document and interact with content at a referenced position.

My current task is to move the cursor around the document and have the window scroll to the position of the cursor.

Here is what I'm using right now.

Code:
Sub MoveCursor()

Dim lStart As Long
 

lStart = Selection.Start ‘Returns Cursor’s Current Position

Selection.Goto(0) ‘Move Cursor (and scrolls Window) to top of document.

Selection.Start = lStart ‘Move’s Cursor, but does NOT scroll window. To position.


End Sub


The window scrolls to the top of the document on the .Goto(0) method but doesn't when I set Selection.Start = lStart

How can I make the window scroll to the cursor's position?

Thanks,
G
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Delete Text from Insertion Point to Found Text feenyman99 Word 0 04-17-2016 05:40 PM
Word 2013 Insertion Point stops blinking NeilSC Word 0 12-13-2013 12:19 PM
Move Insertion Point with VBA Insertion point not working pmahoney14 Word 1 05-24-2012 04:17 PM
Mapping in Word - Point to Point Directions unistate Word 0 08-08-2011 10:04 AM
Move Insertion Point with VBA wildly flashing insertion point with spinning wheel joannetk Word 4 03-10-2011 04:26 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:11 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft