I have a button in sheet3.On the button click event I’m calling a macro.In the macro I want to select the number of cells that are filled in sheet13.How do I do this
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.
You cannot select cells without changing the focus of your sheet.
You can, however, apply changes or read data from another sheet without changing focus.