RE: Opening an Excel workbook with links to other data sources

2006-04-20 Thread Jarvis, John
[Sorry for the top post, only got a few seconds to get this in...] For what it's worth, the Excel 2003 VBA Help offers this clue to the 'UpdateLinks': UpdateLinks Property Returns or sets an XlUpdateLink constant indicating a workbook's setting for updating embedded OLE links. Read/write.

RE: Opening an Excel workbook with links to other data sources

2006-04-20 Thread Jarvis, John
[Sorry again, left out the most important part] Const xlUpdateLinksUserSetting = 1 Const xlUpdateLinksNever = 2 Const xlUpdateLinksAlways = 3 -Original Message- From: Jarvis, John Sent: Thursday, April 20, 2006 11:03 AM To: 'Lynn. Rickards'; Suresh Govindachar Cc: perl-win32-users

RE Multi Dimensional Arrays

2006-02-01 Thread Jarvis, John
Amit wrote: Hello all, I am a newbee in perl. Just wanted some guidance so as to how to implement multidimensional arrays in perl. I have to create an 2-d array with 26*26 of all the english alphabets so that for each row and column i can have a partiulcar value like a to a =1 b to

RE: byte handling query

2004-02-10 Thread Jarvis, John
To: 'Jarvis, John' Cc: [EMAIL PROTECTED] Subject: RE: byte handling query I am able to send and receive data from the printer properly. However, I still have one problem! After executing the program every time, I have to explicitly turn the printer off and back on. This is because; the program

RE: network inventory, how do YOU do it?

2004-01-13 Thread Jarvis, John
To get a physical inventory: Given a hot IP, SNMP works well (low bandwidth, widely implemented, lots of useful info). Unfortunately, 'Discovery' can be a problem if you haven't enabled your network hosts to respond (Windows pc's are off by default). Also, 'Net::NBName' can deliver Windows PC

RE: Get IP Address

2003-01-22 Thread Jarvis, John
For local access, try typing 'WINIPCFG' at the command prompt; don't forget to select the right interface from the picklist. If it's a remote host, how are you contacting it now? Cheers -Original Message- From: Jeff Slutzky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003

RE: Get IP Address

2003-01-22 Thread Jarvis, John
-Original Message- From: Jeff Slutzky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 12:24 PM To: 'Jarvis, John' Cc: '[EMAIL PROTECTED]' Subject: RE: Get IP Address I'm trying to accomplish this from within a perl script. -Original Message- From: Jarvis, John Sent