I want to...
open new file
check cell data (If data="xyz" then goto close file or whatever)
write cell data
write a string
move to next cell
check cell data (If data="xyz" then goto close file or whatever)
write cell data
write a string
etc
close file
can anyone give me sample code snippit to...
- create/open a file
- check cell data
- branch on results
- write cell data
- write a string
- close file
thanks for any help
Bookmarks