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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vitorhugo

  1. vitorhugo

    Change current rows back color

    Brenton, Try this.Columns(1).dynamicbackcolor = "IIF(this.relativerow=this.relativerow, RGB(255,0,0), RGB(0,0,0))" this.Columns(3).dynamicbackcolor = "IIF(this.relativerow=this.relativerow, RGB(255,0,0), RGB(0,0,0))" and only the columns 1 and 3 of the CURRENT ROW will be changed Regards, Marcos

Part and Inventory Search

Back
Top