This is a signal check for Talk. Scott's forwarded message bounced back as undeliverable for some unknown reason, but things seem to be working now.
Does anyone have any Talk message that didn't get forwarded? Rich McNeil Boston Software Systems 866 653 5105 www.bostonworkstation.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lew Hundley Sent: Friday, November 07, 2003 2:12 PM To: [EMAIL PROTECTED] Subject: RE: [Talk] Saving a .txt type file into an excel using object code commands Is anyone else having trouble receiving TALK emails? I received Rich's reply to Scott, but I never got Scott's original message. The last TALK email I received was from Kevin Meagher on 10/31/03, and then Rich's reply on the same date. Have there been other messages since then? I know the TALK is not a beehive of activity, but Scott's email makes me wonder what I am missing. TKs Lew Hundley Information Specialist - Programmer Silverton Hospital Silverton Oregon 503.873.1657 [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rich McNeil Sent: Friday, November 07, 2003 10:58 AM To: [EMAIL PROTECTED] Subject: RE: [Talk] Saving a .txt type file into an excel using object code commands We do this in our Excel demo script with a: Workbooks(1).Save Since this is probably a new file you might try: Workbooks(1).SaveAs filename which has a lot of additional parameters to indicate how you want to save it. Rich McNeil Boston Software Systems 866 653 5105 www.bostonworkstation.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zimmerman, Scott Sent: Friday, November 07, 2003 1:05 PM To: '[EMAIL PROTECTED]' Subject: [Talk] Saving a .txt type file into an excel using object code commands Hello everyone, One of my scripts imports a text file into excel, parses it and saves as an .xls. I do the saving portion just as a user would however, I was wondering if anyone is doing this by calling the object commands. thanks in advance, Scott Zimmerman, LIS Analyst UMass Memorial LIS Department Phone: 508-334-7237 Pager: 508-426-2178 > "The information transmitted is intended only for the person or entity to > which it is addressed and may contain confidential and/or privileged > material. Any review, transmission, re-transmission, dissemination or > other use of, or taking of any action in reliance upon this information by > persons or entities other than the intended recipient is prohibited. If > you received this in error, please contact the sender and delete the > material from any computer." > > DISCLAIMER: This message, including any attachments, is intended for the sole use of the individual to whom it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the addressee you are hereby notified that you may not use, copy, disclose, or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete this message.
