Win32 PPT Adding Autoshapes

2004-01-07 Thread Lance Hoffmeyer
Hello, I am trying to add autoshapes to an embedding Excel slide. The VBA code I have works so I should only need to make a few modifications to get it to work in perl but I am having problems: Can't call method Win32::OLE=HASH(0x19df12c) on an undefined value at test.pl line 25. line25 = my

Win32 PPT finding max value in range of embedded worksheet

2004-01-07 Thread Lance Hoffmeyer
Anyone have any idea how I can find the maximum value in a range (B3:O3)? The only way I can think of would be to write a formula in another cell and compare this value to each of the values in B3:O3. There has to be a better way but darn if I can think of it. Something like: my $r1 =

using win32 to mount drives?

2003-02-26 Thread Lance Hoffmeyer
Hello, Can someone point me to some info on how I can use perl to mount and unmount network drives. Currently I am using net use with a *.bat file to do this. I thought it might be easier to write a little TKperl GUI that would contain all the mountpoints to mount and unmount instead of