Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DarkSun (Programmer) Please Reply

Status
Not open for further replies.

missprogrammer

Programmer
Nov 7, 2000
20
US
DarkSun no I dont. Not only That how would i specify only the to incude the next 3 columns. I dont want to shade in anything outside of the range
 
Can we try and keep this on one thread please.

Before I believe you said you knew the first column, which I think was x?

So I think working with your code. If x is the first column then you want to change color in next three columns so you run this.


Call ChangeColor(x+1,100)
Call ChangeColor(x+2,100)
Call ChangeColor(x+3,100)

Where 100 is the number of rows you want to check.
 
missprogrammer:

I agree with DarkSun. Please keep related questions within the same thread. Thank you! Regards,

LoNeRaVeR
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top