Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub PickRndCell()
Dim Table As Range Dim cell As Integer, i As Integer Set Table = Range("B6:E11") i = Table.Cells.Count cell = Int(Rnd() * i) Table.Cells(cell).Select End Sub "JJ" wrote in message ... If someone could me with this I'd very grateful. Select one cell at random in the range A2:J10 and delete the value. Borders to be left intact. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calling the contents of a random cell | Excel Worksheet Functions | |||
Random scramble cell contents | Excel Worksheet Functions | |||
Some (somewhat random) cell contents not printing | Excel Discussion (Misc queries) | |||
Select random cell | Excel Worksheet Functions | |||
How do I select a whole range and delete the contents of the cells? | Excel Programming |