prajul89
Active Member
- Joined
- Jul 9, 2011
- Messages
- 404
Hi all,
I am using this code in my macro:
It just go into edit mode and then select the text in that cell.
It use to work beutifully in my other computer. but there is some problem.
the shift key is not working here i.e, this code enter the edit mode and does not select the text in the cell
I am using this code in my macro:
Code:
Application.SendKeys ("{F2}{HOME}+{END}"), True
It just go into edit mode and then select the text in that cell.
It use to work beutifully in my other computer. but there is some problem.
the shift key is not working here i.e, this code enter the edit mode and does not select the text in the cell