Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
...worked it out guys.
Private Sub CommandButton1_Click() With Worksheets("Sheet1").Columns("A:A") Do rand = Rnd() Set oCell = .Find(rand) Loop Until oCell Is Nothing Worksheets("Sheet1").Range("a1").Value = rand End With End Su -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
check for duplicates | Excel Discussion (Misc queries) | |||
Check for duplicates? | Excel Worksheet Functions | |||
check for duplicates | Excel Worksheet Functions | |||
Check for Duplicates | Excel Worksheet Functions | |||
Check for duplicates | Excel Worksheet Functions |