Is it even possible?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I built a spreadsheet which shows me people scheduled to work per interval. I
break the schedule out into individual tabs for each day of the week. On
Saturday for example, I have only 35 people scheduled out of 250...so I have
to scroll to find those scheduled. I would like to hide all rows containing
people not scheduled for that day. Is it possible to select rows in the used
range based on cell content and then hide them? If so, can anyone provide the
code to do so? Thanks!
 
It would be easier to highlight them with conditional formatting, no VBA
required then.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Possibly using an Autofilter is there is a mark in a column for those
working and those not.

Data=>Filter=>Autofilter

click the dropdown with the column that contains the mark or code that
differntiates working from not working.
 
Hi fpd,
Maybe you can give us a little more detail on how your worksheet is laid
out. Names is col A, how many columns are use for time periods? What do you
put in the columns that indicate a person is scheduled?
David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top