That actually works, although it's kind of looser than I would have
hoped for. Hoping for it to hit the right Excel (if more than one
exists) instead of creating a direct handle to it on startup, but if it
works I can't really complain.
Thanks,
Joe
Visit our website at http://www.ubswarburg
- Original Message -
From: "Dunnigan,Jack [Edm]" <[EMAIL PROTECTED]>
> So, how can I find out what the constants are? i.e. Where can this
> information be found?
Did you try MSDN? :
http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid
=28000546
I'm doing (sort o
Just a thought (untested, BTW). But how about doing a
system ("Excel.exe lib.xll lib2.xll");
then issuing a
$Excel = Win32::OLE->
GetActiveObject('Excel.Application');
call?
--- [EMAIL PROTECTED] wrote:
>
> How would I launch an instance of Excel, loading
> XLLs in the process -
> somethin
How would I launch an instance of Excel, loading XLLs in the process -
something along the lines of this dos command "Excel.exe lib.xll
lib2.xll"
The Win32::OLE new() method doesn't seem to provide for load parameters.
Rgds,
Joe
Visit our website at http://www.ubswarburg.com
This message c
Greetings all,
Does anyone have knowledge of a module to handle RLE compression?
I email alot of PDF documents and was hoping to use some form of compression
on these files. Anyone have another thought of a better way to handle the
compression?
Adam Frielink
Tyco Plastics
__
Abner, Daniel" <[EMAIL PROTECTED]> wrote:
> What's an efficient way of splitting the elements of an array
> globally? For instance, let say an array consists of the
> following two elements:
> Bob:Jones
> Mary:Parker
> Let's say I'd like to cut each element of the array down to
> the string pr
[EMAIL PROTECTED] wrote, on Tuesday, January 08, 2002 7:18 PM
: I´m runnig this script on my IIS Server:$strName = "_Name: " .
: $Resquest->Form('txtName'); ... and I get
: Win32::OLE=HASH(0x35901be) as a value, but if I remove " _Name: "
: . I get the right value. Does anyone
system "start http://www.yahoo.com";;Very slow, takes about 6 seconds
to decide to load Browser
system "explorer http://www.yahoo.com";Instant, but not using Default
browser!
Does anybody else notice this situation whereby using Start $url takes a
long time to respond?
I'm using Windo
Hi, I made a parsing of a file which contains :
this:
Adresse IP. . . . . . . . . : 155.132.48.23
like this to obtain the Ip adress.
if ($_ =~/Adresse IP/) {
$_ =~ s/.+://;
$Subnet=$_;
push @IPREAL, $_;
$_=~
All,
I have a program I converted from VB into Perl.
Amongst other things it connects to a DB (which
is VAX based), and pulls out values.
When printing these values with the VB program,
it comes out fine.
When printing a so called date with the Perl version,
I get the date as:-
Win32::OLE::Var
I'm writing a perl script to scan a few hundred machines on my network; some are
WinNT, some are Win2k, some are Solaris (2.6, 7 or 8). The script's running on a
Windows NT machine. I need to look take various different actions on each machine
depending on which OS it is.
I can identify t
11 matches
Mail list logo