Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When K22 contains "QS" and there is data in column M a message will appear.
If WorksheetFunction.CountA(Range("M28:M1000")) = _ WorksheetFunction.Count(Range("M28:M1000")) Then If Cells(22, 11).Value = "QS" Then MsgBox "There is data in column M28:M1000, find and delete this data " Exit Sub End If The problem I am encountering is that any data appearing in column M is the result of a formula. How can I have the code ignore the formula and only recognize the result of the formula. Thanks Pat |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
problem with formula | Excel Discussion (Misc queries) | |||
HELP Please - Formula problem | Excel Worksheet Functions | |||
problem with formula | Excel Discussion (Misc queries) | |||
Formula problem. | Excel Worksheet Functions | |||
formula Problem | Excel Discussion (Misc queries) |