Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have a need to scan all or some rows of an excel sheet, stopping at rows that satisfy some condition (e.g., cell in column D = "some text"). At each such row, I need to perform a function that will modify the row as needed. Sometimes cells in the selected rows will be modified, sometimes the row will be deleted. As a separate task (probably best as a simple keystroke macro, I would guess) I also need to be able to import additional rows to the "end" of the sheet from an external file each month, probably in csv format generated from a non-excel application. Then I will need to run the "scan" program on the new rows to integrate them into the sheet. Is there any example code out there that has this general scheme? I have been looking at various code example sites, but none that I have found so far have code to scan across all rows. TIA for any urls/info/RTFM's you can provide. Peter Farley |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code to Look for Text and then Perform Specified Actions | Excel Discussion (Misc queries) | |||
Useful Microsoft Visual Basic 6.0 guide, with code examples? | Excel Discussion (Misc queries) | |||
perform 1 function, stop, perform different function | Excel Discussion (Misc queries) | |||
HOW CAN I SCAN DATA WITH COLUMNS AND ROWS DIRECTLY INTO SPREADSHE. | New Users to Excel | |||
scan rows | Excel Programming |