Hiya,

I'm looking to have a command button which when clicked draws a table (Monday -> Friday along the top and Times (hours) down the side) which then can be manually edited.

Ideally I would like a title added aswel, so for example, the first time you click the button, it adds the title 'WEEK 1' above the table which is then drawn below.

I'm having problems getting the tables to not overwrite eachother. At the moment, ive got the code to draw the table correctly, but when you click the button again it overwrites the previous one. I'm also having problems getting the title to change ie. the second time you click the button it should say 'WEEK 2'

Any help would be greatly apprieciated.

Thanks!
PeteLM