This is a discussion on RE: MS-Excel Properties to fill a Cell via DDE within the Informix forums, part of the Database Server Software category; --> Hi, You could try writing an excel macro to colour the cell/s. Call macro from fourjs bdl (I assume ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, You could try writing an excel macro to colour the cell/s. Call macro from fourjs bdl (I assume D4gl is similar) with something like: let macro_cmd = 'run(\\\"Colour_Cells\\\";FALSE)' if NOT DDEExecute( "EXCEL", filename, macro_cmd ) then ..... Possibly find more on this by searching 4js discussion forum. Regards, Bryce Stenberg Harness Racing New Zealand Inc. IT Department. > -----Original Message----- > From: owner-informix-list@iiug.org > [mailto > Sent: Friday, 13 May 2005 9:30 p.m. > To: informix-list@iiug.org > Subject: Re: MS-Excel Properties to fill a Cell via DDE > > >Hi > >Does anyone know how to fill a cell in MS-Excel (2000, XP) > with a color > >(solid fill) using DDE > (Dynamic 4gl) ? > > >Thanks > > >Hubert > >Querix Ltd > > Have you tried asking 4Js? I believe they were the authors of D4GL :-) > > > Farewell, > > Peter > A smile is a gift that is free to the giver and precious to > the recipient. > But giving someone the finger is free too, and I find it more > personal and sincere. > > > sending to informix-list > sending to informix-list |