11-25-2016, 10:06 PM
hello
i want to make a page Down in a word document
i tried :
Set oWord = GetObject("Word.application")
Set docCr = oWord.Documents
Set doc = docCr(1)
doc.doScroll("pageDown")
it is not working
help please
i want to make a page Down in a word document
i tried :
Set oWord = GetObject("Word.application")
Set docCr = oWord.Documents
Set doc = docCr(1)
doc.doScroll("pageDown")
it is not working
help please