Thanks Chris and Gnaga.
This code doesn't quite do what I expected. When I play it from VBA a box pops up asking me which macro I want to choose, and then some options like run, step into, edit. If I select the macro I want and hit run, it does the job, however, I thought all this would happen automatically if cell A5 changed? When cell A5 changes, nothing happens.
Perhaps I am calling it incorrectly. This is my call code.
Call Colours
where colours() is the name of the sub that I want to run. Note: coulours is in module 1, and the other code (from this post) is in sheet 6.
Any suggestions
This message was edited by The Idea Dude on 2002-09-11 19:08