I use the following code to change the color of particular columns when I open the datewindow up for editing:
dw_1.object.description.Background.Color = RGB(255, 255, 255)
This works great as long as the default background color was not "Transparent" in the painter. If it starts out transparent, this code does nothing.
How can I have the column be transparent, but change it to white and then back again?
Thanks,