Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Just a quick query...
IF activecell.value (is in between 0.99 and 1.01) THEN What is the code for the (in between 0.99 and 1.01)? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try
Sub inbetween() If ActiveCell 1 And ActiveCell < 5 Then MsgBox "hi" End Sub -- Don Guillett SalesAid Software "Andrew McLeod" wrote in message ... Just a quick query... IF activecell.value (is in between 0.99 and 1.01) THEN What is the code for the (in between 0.99 and 1.01)? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If Activecell.Value = 0.99 And Activecell.Value <= 1.01 Then
... -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Andrew McLeod" wrote in message ... Just a quick query... IF activecell.value (is in between 0.99 and 1.01) THEN What is the code for the (in between 0.99 and 1.01)? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
How do I find the last number in a column of numbers? | Excel Worksheet Functions | |||
How do I find a missing number in a sequence of numbers? | Excel Worksheet Functions | |||
GENERATE RANDOM NUMBERS BUT EXCLUDE A NUMBER IN THE SEQUENCE | Excel Discussion (Misc queries) |