Excel - Programming Cells

Posted by Andrew on Stack Overflow See other posts from Stack Overflow or by Andrew
Published on 2010-06-17T11:55:49Z Indexed on 2010/06/17 12:13 UTC
Read the original article Hit count: 177

Filed under:
|

I just started programming in Excel and I have a problem figuring some code out.

I have created a work schedule in Excel with lists in order to add new people. I wanted to create a macro in which the user inputs a value in a cell (I chose B3) and depending on that 'start time' in cell B3, the headers for the lists all change to correspond with that starting time.

For example:

B3 says 5:00 am. All the headers will follow with: 5:00 am, 6:00 am, 7:00 am, etc. of course the headers will move at some point so I'm wondering how do you point to a cell that moves too?

© Stack Overflow or respective owner

Related posts about excel

Related posts about excel-vba