Is there a way to color rows of Excel sheet from Access?
i did a search and on Excel forums but nothing.
Anyone did somehting like that?
for example is Column B has this text then color the whole row?
any ideas?
i found the code from cheating excel code but how do i condition so i dont declare rows..?
ActiveSheet.Rows("8").Interior.ColorIndex = 45
in these case rows will be those that fill the criteria..
thanks in advance
i did a search and on Excel forums but nothing.
Anyone did somehting like that?
for example is Column B has this text then color the whole row?
any ideas?
i found the code from cheating excel code but how do i condition so i dont declare rows..?
ActiveSheet.Rows("8").Interior.ColorIndex = 45
in these case rows will be those that fill the criteria..
thanks in advance
Last edited: