Page 1 of 1

DDE Excel problem with cell's changing background color

Posted: 14 Aug 2017 6:26
by Tonton Luc
Hi,


I try to change cell's background color without success.

The folowing code works fine with an old Excel but not with Excel 2013 :

Code: Select all

 _ = vpiDde::execute(conv,"[PATTERNS(1,0,3)]",1000), % 3 = Red
From time to time the background of the cell becomes black.
I've found any documentation about it on the Web.

Any idea ?