Hello, I'm trying to convert Excel's statement into VFP and running out of ideas. THe statement is to select cells in the range from A1 to the last cell populated on the selected row (similar to holding down CTRL+Shift+arrow)
Would highly appreciate if some one could give me a hand with the conversion. Thanks in advance!
Code:
Range(Selection, Selection.End(xlToRight)).Select