fox8267 has asked for the wisdom of the Perl Monks concerning the following question:
I wrote some thing likeRange("A1").Select With Selection.Interior .ColorIndex = 8 .Pattern = xlSolid End With
But it is not working monk's blessing requiredPERL --> $app->Range("A1")->Select with Selection->Interior({'ColorIndex' +} => 8,{'Pattern'} => "xlSolid");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HELP in VBA to WIN32::OLE
by Corion (Patriarch) on Mar 16, 2008 at 13:04 UTC | |
|
Re: HELP in VBA to WIN32::OLE
by igelkott (Priest) on Mar 16, 2008 at 13:09 UTC |