Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Having tested for the correct 'key word' , when found i want to write
out the whole row to a new file. While Worksheets(1).Cells(irowcount, 1) < "" If InStr(1, Worksheets(1).Cells(irowcount, 1), "STATION", vbTextCompare) 0 Then ts.writeline Worksheets(1).irowcount End If This line doesn't work ts.writeline Worksheets(1).irowcount nor does ts.writeline Worksheets(1).cells(irowcount,1:40) can any one help Julian brotheton. ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
output to the same line in a Text file? | Excel Discussion (Misc queries) | |||
how can i open the write protected excel file? | Excel Discussion (Misc queries) | |||
Importing text file with no line delimiters | Excel Discussion (Misc queries) | |||
Why can't I write out an Excel file? | Excel Discussion (Misc queries) | |||
Access an excel file through FTP without write protection | Excel Discussion (Misc queries) |