ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Unattended Import to an excel spreadsheet (https://www.excelbanter.com/excel-programming/358757-unattended-import-excel-spreadsheet.html)

dataguy

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?


mudraker[_359_]

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


dataguy

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?



All times are GMT +1. The time now is 04:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com