Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Unattended Import to an excel spreadsheet

I have data in a sequential file that I would like to import into an
excel spreadsheet by using a batch file. Is there a quick and easy way
to to an unattended import into excel?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Unattended Import to an excel spreadsheet


you can use a macro that uses an OnTime event

Sub RunMacroOnTime
Application.OnTime TimeValue("17:00:00"), "my_Procedure"
End Sub

You would then code my_Procedure to load your spreadsheet


--
mudraker
------------------------------------------------------------------------
mudraker's Profile: http://www.excelforum.com/member.php...fo&userid=2473
View this thread: http://www.excelforum.com/showthread...hreadid=532462

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Unattended Import to an excel spreadsheet

Thanks for your imput. I guess I didn't really explain what I need to
do correctly. I really want to use a batch file to trigger the import
of a sequential file. Any suggestions on how to do that?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Import Excel spreadsheet to SharePoint Yolloms Excel Discussion (Misc queries) 1 May 2nd 08 01:43 PM
Import an excel spreadsheet in ASP.NET Uma Muthu Excel Programming 0 April 7th 06 09:49 PM
Reading Excel Spreadsheets in VB.NET unattended Bob Sullentrup Excel Programming 0 March 1st 06 03:27 PM
DTS: SQLServer to Excel in unattended server environment Alberto Cricca Excel Programming 0 September 3rd 04 11:03 AM
Unattended Macro Tom Ogilvy Excel Programming 1 August 18th 03 05:02 PM


All times are GMT +1. The time now is 05:46 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"