move cursor with vba in frontpage

K

kdsdata

i am trying to build some proficiency routines in vba for frontpage.
unfortunately there is no "macro recorder", so the learning is more difficult
than with Word or Excel. Also the Workspace Macro Recorder fro Microsoft is
very awkward to use; just another huge learning experience.

i generally have no problems with objects, components, and command bar code
in vba, but there is one item that stumps me.

in one routine i want the cursor to move down. no more no less. in Word
and Excel vba such an animal exists, but i cant find a "down" for the cursor
in fp.

any help will be appreciated.

thanks,
from Fritz
at kdsdata
 
K

kdsdata

why is it you can't find your answers before you post the question. anyway,
i did find it, and it's simple.

SendKeys "{DOWN}" 'this moves the cursor down

I had tried

SendKeys vbKeyDown 'but this insert 40 into the text, so "NO GOOD"
 
K

kdsdata

Doesn,t it make you feel just like that? But it's good to know that you guys
are watching these newsgroups, and there is a lot of good info here. Thanks
for your work.

Fritz kiessling
kdsdata
 
Top