Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If that doesn't work this will, though it will probably not be as fast.
For y = 1 To 256 For x = 1 To 7 If Worksheets(1).Cells(x, y).Value < "" Then var1 = Worksheets(1).Cells(x, y).Value End If Next x Next y -Piku -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Worksheet, Hidden Columns, .CSV Format Saves Hidden Column Da | Excel Discussion (Misc queries) | |||
Copy and Paste with hidden columns remaining hidden | Excel Discussion (Misc queries) | |||
Hidden Columns No Longer Hidden after Copying Worksheet? | Excel Discussion (Misc queries) | |||
Sum function which ignores hidden rows | Excel Worksheet Functions | |||
Did I stump everyone? Counter that ignores hidden rows | Excel Discussion (Misc queries) |