torturedmind
Programmer
One quick question: How can I convert this macro code to VFP6 format?
I tried
but it doesn't do anything, i.e., no actions at all. xlToRight has been #DEFINEd properly.
TIA
kilroy![[knight] [knight] [knight]](/data/assets/smilies/knight.gif)
philippines
"Once a king, always a king. But being a knight is more than enough."
Code:
Range(Selection, Selection.End(xlToRight)).Select
Code:
loExcel.Selection.End(xlToRight).Select()
TIA
kilroy
![[knight] [knight] [knight]](/data/assets/smilies/knight.gif)
philippines
"Once a king, always a king. But being a knight is more than enough."