Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Group, I'll ask this a different way with more detail. I have For.....Next loop that goes from row 46 to some unknown number les than 2000. I increment a counter that moves me down the first colum of the spreadsheet. When a logical condition is met, I compare th cells (one for one) in that row with the cells on another sheet (on for one) in the same row. Everything here works fine. The problem I' having is one of efficiency. The row I'm on can have a variable numbe of cells with data. I want to find the last cell in the row that ha data. I want to save this number to a variable. Presently when I' comparing cells within the row, once I get to the end of the data i the row, the comparing continues until column 52, at which the proces begins again. Note that a row can have cells with no data in the before the last cell with data. Some rows can have 20 plus cells wit no data in either worksheets cells for the row I'm working in. S there is 20+ rows of needless comparing. Its probably still clear a mud, but hopefully I can get something. Oh, BTW, everyone respondin in this group have been professional and educating. Thank you for al your assistance. A budding VBA programmer.......... Ton -- ajociu ----------------------------------------------------------------------- ajocius's Profile: http://www.excelforum.com/member.php...fo&userid=1769 View this thread: http://www.excelforum.com/showthread.php?threadid=39166 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing Options | Excel Discussion (Misc queries) | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing | Excel Discussion (Misc queries) | |||
Populate a cell if values in cell 1 and cell 2 match cell 3 and 4 | Excel Worksheet Functions | |||
How to create/run "cell A equals Cell B put Cell C info in Cell D | Excel Discussion (Misc queries) | |||
Question: Cell formula or macro to write result of one cell to another cell | Excel Programming |