Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim x As Long
x = Int((ws1.Range("a1", ws1.Range("A1").End(xlDown)) _ .Cells.SpecialCells(xlCellTypeVisible).Count * Rnd) + 1) this is *supposed* to return a random row out of the visible-only cells. but it still comes up with the hidden rows. do i have the SpecialCells designation in the wrong place? many thanks in advance :) susan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return two random lines | Excel Worksheet Functions | |||
Cell goes invisible/visible at random without being referenced. | Excel Programming | |||
Search a random array of cells and return a value of "X" | Excel Worksheet Functions | |||
Return a random letter | Excel Programming | |||
Return a random letter | Excel Programming |