So when you open an Excel Workbook, each sheet saves the last selection of cells you made from the previous time you used the sheet. In C#, i would like to deselect (de-focus, whatever…) all cells in every sheet.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s always an active cell on the sheet which is active. The only thing you can do is select the least annoying cell, such as the first one.