LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default need help for several issues

Hi all,
I'm new to VBA though I did already some VB programming. I need to create a
macro as quick as possible to get data analyzed that i produced recently. One
set of data consists of 88 tab delimited ASCII files. There is always a small
header of about 25 columns (but not necessarily exactly 25) then there are
four columns of data. It is pretty much data. One file is about 3MB and
contains almost 60.000 rows.

first question:
is it possible to load data from the 88 files into one new file and there
into 88 worksheets?

I tried already to open all 88 files as single files but my PC ran out of
resources.
will that be the same for worksheets instead of files? How could it be done
with one file at a time? (load the file, do the calculations, save the
results in the results worksheet, close the file, open the next file in the
folder)

second question:
how can I select the files? is it possible just to give the path of a folder
and process all files that are in there? How do I do this in VBA? The 88
files are always in a separate folder for each and every test run performed.

third question:
depending to some data in the header (which is again not necessarily always
in the same row but always in the column next to a certain text entry) the
standard deviation of a set of numbers (number has to be derived from the
header too) has to be calculated several times.
How can I find entries and then select the column next to the entry?
How can I read in data from the header of the file to the macro and
calculate e.g. the number of calculations that need to be done?

fourth question:
I want to place the results of e.g. the standard deviations into a new
results worksheet. How can I do this?


This are the most urgent problem i have at the moment. I know that this is
only a newsgroup and that nobody will write the complete macro for me. But if
you have any hints tips or code sections to any of the problems postet I
would be very happy to get them as it is really urgent for me!

Thanks very much
ANDY
 
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
ALT-TAB Issues in Excel Ron Z Excel Discussion (Misc queries) 6 February 13th 08 03:40 PM
Rounding Issues Tim Excel Discussion (Misc queries) 2 November 21st 07 09:57 PM
Hyperlink issues Rick S. Excel Discussion (Misc queries) 2 November 14th 07 03:53 PM
Paste Issues- HELP Roberta Excel Discussion (Misc queries) 10 September 20th 07 09:10 PM
protection issues . . . HELP! Wayne Knazek Excel Discussion (Misc queries) 3 July 5th 06 09:31 PM


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

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

About Us

"It's about Microsoft Excel"