Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a large sheet that is created in VBA code running in Access. In
order to make the display look nice, when the numbers are finished being pasted in I loop over the rows in the sheet looking for numbers that are too large to fit and have been replaced by "####". It took me a while to figure out how to do this (.text) but when I did I simply used AutoFit and presto! The problem is that the sheet is 50 columns wide and up to 3000 long. Looping over the rows and looking in every column is eating up a significant amount of time. Is there some other way to find these things? Perhaps some way I can examine a Region all at once? I see that .Find seems to work, but I have hidden rows and .Find is unpredictable in these cases. Maury |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Chg 1 "Last, First Mid" column to 3 "First", "Middle", "Last" colu | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
How do I change the column heading in Excel to display "A" "B" "C | New Users to Excel | |||
Please add a "sheet" function like "row" and "column" functions | Excel Programming | |||
How do I split "A1B2" into "A1" and "B2" using text to column fun. | Excel Programming |