How Can I Make The Cursor go to the last letter of the cell?

  • Thread starter Thread starter kenji4861
  • Start date Start date
K

kenji4861

I have a paragraph in the cell and I want to know how to make the cursor
go to the end of the paragraph without clicking on it or using sendkey
{f2}{end}{right}

Thanks!
 
I do not think this is possible without substantial coding. Although it
would be simple to select a given cell using VBA, to have the cursor
positioned (blinking; ready for your input) would be a much more complicated
matter.
 
Back
Top