design a seating plan

  • Thread starter Thread starter Guest
  • Start date Start date
For starters:
-----------------------

- Does this auditorium have seats numbered by row and column?
- You could hide the rows and columns outside the range of the rows
and columns of seats in the auditorium and black fill and lock the
columns corresponding to the isle(s).
- Since some rows in the auditorium usually don't have as many seats
as others, you would lock the appropriate cells corresponding to the
missing seats.
- Put X's in the sold sheets and use an "ON CHANGE" event to update
the status bar with a tally of sold (num x's) and remaining (empty).
 
Back
Top