Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The code as below:
Set fCell = Columns("Q:Q").Cells Set aCell = fCell.Find(What:=0, LookIn:=xlValues, After:=Range("Q3"), _ SearchOrder:=xlByColumns) MsgBox aCell.Cells.Count If there are more than one cell are 0 value, The Msgbox always return 1. What i can do? so it may be return the range which cell contain 0 value. Many Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return true if multiple cells are the same | Excel Discussion (Misc queries) | |||
Setting multiple conditions to return a figure from multiple cells | Excel Discussion (Misc queries) | |||
lookup across multiple sheets & return sum of cells | Excel Worksheet Functions | |||
Function evaluate multiple cells and return 1st one w/a value | Excel Discussion (Misc queries) | |||
Return data from multiple cells | Excel Worksheet Functions |