Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Open fName For Input As #1
Do While Not EOF(1) Line Input #1, LineofText rw = rw + 1 if rw = 58 then sStr = LineofText exit do end if Loop Close #1 This worked perfectly, cheers :) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I make an Excel 2007 file read-only? | Excel Discussion (Misc queries) | |||
Need Excel to read a text field(part#) and assign a number(commiss | Excel Programming | |||
variable stored in Excel - read only from VBA | Excel Programming | |||
Read previous line of textfile | Excel Programming | |||
Reading Textfile into a variable | Excel Programming |