how do i convert selection.end(xldown) to use in Progress

G

Guest

recording a macro, with the following, range(selection,
selection.end(xldown)).select I need to convert to use in a Progress program.
I came up with the following, but it gets an error on the xldown.

x1app:range(x1app:SELECTION, x1app:SELECTION:END(XlDown)):SELECT.
 
G

Guest

Thanks Tom! That seems to work. Where do i find values for other codes, such
as xlByRows.. etc.?
 
G

Guest

In the object browser in the xlVBE or go to the immediate window like I
demonstrated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top