V
|
Vladimir 7/23/2007 |
Hi, str = "<table width=100% bgcolor=" if Data("AnotherCellName")=AnotherCellValue then str = str & "red" else str = str & "blue" end if str = str & "><tr><td>" & strValue & "</td></tr></table>" strValue = str |
R
|
Rhoffman author 7/23/2007 |
Vladamir- |