Hello,
I am having trouble figuring out the code to do the following:
If the data in column A says "Internal" and column B is empty then I want column B to fill with:
cell.Interior.Color = 16776960
If there is data in column B, I don't want it to do anything.
If the data in column A says "Conversion" and column C is empty then I want column C to fill with:
cell.Interior.Color = 16776960
I also want it to loop through the worksheet until the end of the data.
Thanks!
I am having trouble figuring out the code to do the following:
If the data in column A says "Internal" and column B is empty then I want column B to fill with:
cell.Interior.Color = 16776960
If there is data in column B, I don't want it to do anything.
If the data in column A says "Conversion" and column C is empty then I want column C to fill with:
cell.Interior.Color = 16776960
I also want it to loop through the worksheet until the end of the data.
Thanks!