Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here's what I'm looking for in a nutshell:
I want Excel to look into a directory (ie. C:\data ), and when it see's MyData.csv, it imports the data and then deletes the file. I've got the import routine written. I just don't have the auto in and out done. Does anyone have a link to somewhere I can find out how do this? My googling isn't what it is normally when I'm not doped up on meds, like right now. :) Thanks a bunch! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi There,
So your program currently opens the .csv file and puts the data the way you want it? If so then all you need to do is delete your .csv file, is this correct? if yes just use this command and it will delete the file kill "C:\WhatEverYourFileIs.csv" Anything else contact me http://www.apofficesolutions.co.uk Nondisclosure007 wrote: Here's what I'm looking for in a nutshell: I want Excel to look into a directory (ie. C:\data ), and when it see's MyData.csv, it imports the data and then deletes the file. I've got the import routine written. I just don't have the auto in and out done. Does anyone have a link to somewhere I can find out how do this? My googling isn't what it is normally when I'm not doped up on meds, like right now. :) Thanks a bunch! -- Anthony Prescott http://www.apofficesolutions.co.uk Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200806/1 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks. I was on vacation, so that's why I couldn't get back to you
so soon. I like that. I can impliement that. But how will excel know when the file is there to be imported? How do I have it check the directory for the file say, every 5 seconds or so? On Jun 15, 5:41*am, "Crowbar via OfficeKB.com" <u15117@uwe wrote: Hi There, So your program currently opens the .csv file and puts the data the way you want it? If so then all you need to do is delete your .csv file, is this correct? if yes just use this command and it will delete the file kill "C:\WhatEverYourFileIs.csv" Anything else contact me http://www.apofficesolutions.co.uk Nondisclosure007 wrote: Here's what I'm looking for in a nutshell: I want Excel to look into a directory (ie. C:\data ), and when it see's MyData.csv, it imports the data and then deletes the file. I've got the import routine written. *I just don't have the auto in and out done. Does anyone have a link to somewhere I can find out how do this? *My googling isn't what it is normally when I'm not doped up on meds, like right now. * *:) Thanks a bunch! -- Anthony Prescotthttp://www.apofficesolutions.co.uk Message posted via OfficeKB.comhttp://www.officekb.com/Uwe/Forums.aspx/excel-programming/200806/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Start Excel in Text Import Wizard for data import | Setting up and Configuration of Excel | |||
Auto-import csv into Excel? | Excel Discussion (Misc queries) | |||
auto import a table into excel from a html | Excel Programming | |||
Auto-Import and sort data in Excel | Excel Worksheet Functions | |||
Auto Import OR Searching TXT Data | Excel Worksheet Functions |