Re: Sort question

2005-12-16 Thread VnPenguin
On 12/16/05, Wong, Danny H. <[EMAIL PROTECTED]> wrote:> Hi Guys,> I have an array of values. How can I sort these values that has> a non numeric character [ _ ] in it? What I did was parse the numbers> before the "_" character and then perform a number short on those value,> but there mu

Re: Working example of code that runs as EXCEL macro/module

2005-12-13 Thread VnPenguin
On 12/13/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:> Can someone post or point me to some working code that runs under EXCEL?> Doesn't have to be anything fancy, in fact, simpler is probably better. I> just want a starting point that illustrates how the interface between EXCEL> and perl wo

Win32::OLE : PageSetup question for PowerPoint

2005-10-17 Thread VnPenguin
Hi all, I'm trying to define paper size for PowerPoint with Win32::OLE. The code is: ... my $PptApp = Win32::OLE->GetActiveObject('PowerPoint.Application') || Win32::OLE->new('PowerPoint.Application', 'Quit'); $PptApp->{Visible} = 1; my $Presentation = $PptApp->Presentations->Add(); $Pre