Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "Norman Jones" wrote: Hi Need help with sumif, Thanks it works great when you get a chance can you explain me what Me.cells(3,3) is for? Since the (CommandButton) code is in a worksheet module, Me refers to the worksheet holding the code. Cells(3.3) is equivalent to Range("C3") and was used because you specified it: I'm sorry what I meant was Cells(3,3) = randbetween(1,100) --- Regards, Norman |