Is there a way in excel that you can click a starting cell then have the macro highlight a certain number down and across? I'm trying to make this procedure idiot proof and as I have it now, you need to highlight the cells manually which could cause error.
how would you like to specify how many rows / columns etc ?
Rgds, Geoff
We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.
For example, i want them to select the cell b3. After they make this selection, i want the macro to select 50 cells down and 5 cells over. So now we have a total 250 cells selected.
yes - I get that - my question was how you intend to know how many rows & columns are needed ??? user input ?? always the same ?? from the spreadsheet ???
If it is always 50 rows & 5 columns then you can simply use the OFFSET function
Rgds, Geoff
We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.
Oh, my bad I didn't understand what you were asking. It will always be 50 x 5. Its a spreadsheet for scheduling for the whole year. They break it up by weeks, hence the 5 for 5 days per week. I'll check out the offset function.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.