We converted the project on Microsofts VB site to RB - and added a
method to make passing parameters easier. I think it would be helpful
in this case.
Here is the original Microsoft Document:
http://support.microsoft.com/default.aspx?scid=kb;en-us;220607
Here is where the VB documentation is:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/
vbawd11/html/wohowCommunication_HV05210293.asp
If you want a copy of the RB app - email me off list..
Jay Wooten, President
Visual Dynamics, Inc. - Authorized Apple Specialist
www.visdyninc.com
321-773-7788 w
321-773-9604 f
----------------
Everything is easier on a Mac!
----------------
Mac OS 10.4.6
On Apr 22, 2006, at 2:24 AM, David Glass wrote:
Well, wdGoToLast is really just a Word constant for -1, and
wdGoToLine is really just a Word constant for 3.
Will those numbers work for OLEParameters? Selection.GoTo(-1, 3),
or something along those lines?
On Apr 21, 2006, at 22:23, Peter E. Barck wrote:
I am trying to map this VBA Macro into RB:
"Selection.GoTo What:=wdGoToLine,
which:=wdGoToLast"
My problem is, how to set up the OLEParameter to handle the two
GoTo parameters. The RS Find-Replace example does not apply since
there is only 1 parameter for position 11, and the OLR example for
OLEParamaters deals with numbers and does not apply here either.
--
David Glass - Gray Matter Computing
graymattercomputing.com - corepos.com
559-303-4915
Apple Certified Help Desk Specialist
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>