![]() |
multiple cell reference
hi all
someone pls help me: how do I select the following range, using row, column: 2,1 x 10,5 in excel vba. your help will be much appreciated. |
multiple cell reference
Range(Cells(2, 1), Cells(10, 5)).Select
-- If this posting was helpful, please click on the Yes button. Regards, Michael Arch. "catrrmg" wrote: hi all someone pls help me: how do I select the following range, using row, column: 2,1 x 10,5 in excel vba. your help will be much appreciated. |
multiple cell reference
thanks a lot!
"Michael" wrote: Range(Cells(2, 1), Cells(10, 5)).Select -- If this posting was helpful, please click on the Yes button. Regards, Michael Arch. "catrrmg" wrote: hi all someone pls help me: how do I select the following range, using row, column: 2,1 x 10,5 in excel vba. your help will be much appreciated. |
All times are GMT +1. The time now is 07:19 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com