View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
willis willis is offline
external usenet poster
 
Posts: 3
Default how do i convert selection.end(xldown) to use in Progress

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.