Link to home
Start Free TrialLog in
Avatar of Naresh Patel
Naresh PatelFlag for India

asked on

Follow Up

Hi experts,

This is follow up question.
A   I have WB with buttons which download data from web and store in location which is mention in sheet Setting".
but many time I clicked on button it store to "D:\AmiBroker Data\Files\Temp". if there is Temp folder doesn't exist it will be created and store files.

B   Code format data after downloading but some time files are not come in the usual format so process stop that time and come up with error and have to stop the process. so again if I have to download from start date to previous date of corrupt file. I had tried to download for 8 years daily data but one file corrupt. have to start from very first year as in every button it delete past files. So there is any way to register those file names in column G and remain that file as it is and go ahead with next. so I will manually format that files.

User generated image
See attached file.
Incoporated-Download-File-V17.xlsm
14032014.csv
18032014.csv
Avatar of Jacques Geday
Jacques Geday
Flag of Canada image

Easy,

Instead of all this impossible complicated issues to keep track that is an total overkill !!!

We simply, like it was originally designed, each and every time it is about to delete files it will simply ask for your confirmation !

If you say No, then the files will be added to the directory if yes it delete the files in the directory !

how about that ?
gowflow
and for the Temp directory sorry My mistake I forgot to remove the trace this is how I test your data !!!

Open your latest workbook goto VBA and doubleclick on Thisworkbook it should be like that:

Private Sub Workbook_Open()
'bTesting = True
Sheets("Main").Activate
End Sub

Open in new window



You should have btesting commented out (single quote in the beg and it being green !!!) or else you get the Temp unique directory and here goes the whole data getting deleted !

gowflow
Avatar of Naresh Patel

ASKER

As I noticed in every segment only 4 to 5 files is in wrong format out of 1000 files in each segment, which cause error. if we trace that files and named in column G it would be preferable. As after final files I need this files only for 2 min to upload in my software ...after this it is no use . so error files by pass and named in column G is best situation ...still if it is spagatti programing then chose what ever you like.

Thanks
Directory thing is solved.

Thanks
Well can you give me a date for a wrong file so I try to upload to see what kind of error as cannot know just by saying error where it blocks !!!

Do you have errors in each and very button ? or some only ? which one ?
gowflow
Very first button NSE Delivery ....date is 14 March 2014.

I had tried this only for long duration.And yes NSE equity tried but excel closed automatic. I will run again and let you know. May I guess it is because of My laptop processor I.e. Atom processor .

Thanks
Will try and let you know.
gowflow
ASKER CERTIFIED SOLUTION
Avatar of Jacques Geday
Jacques Geday
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If any problem I will post here ....as far as this question ......It is solved ....

Thank you very much Sir.
Your welcome.
gowflow
Need your favor..... may I?
yes pls shoot
gowflow