Is there a way to select multiple cells at once if referencing to a different cell? Something along the lines of:
This line of code gives an error and I'm looking for the proper syntax.![]()
Please Login or Register to view this content.
Thanks!
Is there a way to select multiple cells at once if referencing to a different cell? Something along the lines of:
This line of code gives an error and I'm looking for the proper syntax.![]()
Please Login or Register to view this content.
Thanks!
To select A1 and C1 together, this is what the syntax looks like. Range("A1, C1").select
I am trying to select cell.offset(0,1) through cell.offset(0,6)
maybe try cell.resize(1,7).select?
May be
![]()
Please Login or Register to view this content.
Thanks, the .Resize function works like a charm!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks