Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Hi, I want to change cell A2 colour to equal cell A1 colour when I click a button.
I have a button and need the code please! What I have already to change the value is: range("a2").value = range("a1").value This changes the value in the cell. (I just need the colour to change as well.
Summary: I need to prepare a weekly progress chart of a construction project. For this purpose I maintain a sheet wherein I put the progrees of work after the end of each week. In this sheet progress of work f...
Summary: Hi, I want to change the colour of the cell when some value is entered in the cell and i want to configure this for the whole work sheet...... Can anyone help me on this, i know its a primitive questi...
Summary: Yes it can, you create it like a formula using IF THEN ELSE statements, checking for the current MONTH, not the day. Read up your Excel Help documentation on this, the usage is there along with an exa...