As we write Range(A4) as Cell(1,4).How should I need write Range(A2:AB256) into Cell format?
Thanks,
Arup
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.
Directly, you can’t, but if your goal is to access a range of cells by their indexes, you can use the Range-method with two cells as arguments:
Or you can parse the column letter from the cell address: