Thursday, 9 May 2024

wrap text in excel

 if text length big make it next line shorcut is ALt+Enter

or

cilck on wrap text


No comments:

Post a Comment

Capgemini Interview

 capgemini famous interview question List<int> A = new List<int>(); A.add(1); List<int> B=A; B=new List<int>(); B.Ad...