Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default open for input vba help

I have a function that uses the following code:
Open "filename.csv" For Input As #1
Line Input #1, NRPI
For I = 1 To NRPI
Line Input #1, t$
Next I
For J = 1 To FNPI
Input #1, MWI, NPI, QS$, AA, BB
X1$ = QS$
For I = 1 To NPI
Input #1, TY, CH, MH, KH, DA
If (FNPI - J) 0.2 Then GoTo 10
TPI(I) = TY + 459.67: CPI(I) = CH: MUI(I) = MH: KI(I) = KH:
RHOI(I) = DA
10 Next I
Next J
Close #1
What I want to do is move the csv file to a sheet inside the excel
file. How would I go about doing this, and having it work through the
"lines" of the worksheet?

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
Have user input converted to uppercase in same cell as input? Shannonn New Users to Excel 1 June 20th 06 03:19 AM
How can I have an input form to add a random no. to each input entry? saziz Excel Discussion (Misc queries) 2 January 25th 06 11:46 PM
How do I add input data in the input ranges in drop down boxes. oil_driller Excel Discussion (Misc queries) 1 November 9th 05 10:31 PM
Password box to remain open after wrong input Twanny Excel Discussion (Misc queries) 4 September 1st 05 09:29 PM
=SUMIF(Input!H2:H718,AZ19,Input!E2:E685)AND(IF ALex Excel Worksheet Functions 2 March 14th 05 09:19 PM


All times are GMT +1. The time now is 09:38 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"