:) Dear RV,
I understand a little bit VBA code....
With API I have alreeady tried this:
Option Explicit
Private Declare Function SetSysColors Lib "user32" (ByVal nChanges _
As Long, lpSysColor As Long, lpColorValues As Long) As Long
Private Declare Function GetSysColor Lib...