This is in relation to my previous post modifying and formatting microsoft word document.
I'm working on some code from another developer who is no longer with the company. He created a script to find text, use HomeKey and EndKey, and move things around. To learn more since I can't ask him outright, I Googled the following line in hopes for a breakdown in how it works:
[pre]objWrd.Selection.HomeKey 6, 0[/pre]
The closest thing I can find on any of the many web sites I've visited is this for VBA:
[pre]Selection.HomeKey Unit:=wdStory, Extend:=wdMove[/pre]
Any idea how the previous developer may have modified the latter to get the VBScript version?
I'm working on some code from another developer who is no longer with the company. He created a script to find text, use HomeKey and EndKey, and move things around. To learn more since I can't ask him outright, I Googled the following line in hopes for a breakdown in how it works:
[pre]objWrd.Selection.HomeKey 6, 0[/pre]
The closest thing I can find on any of the many web sites I've visited is this for VBA:
[pre]Selection.HomeKey Unit:=wdStory, Extend:=wdMove[/pre]
Any idea how the previous developer may have modified the latter to get the VBScript version?