Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i'd guess and say the () change it to a negative number but i don't know why
you;re doing that anyway t2 = (t * 7) is all you need -- Gary "Jakobshavn Isbrae" wrote in message ... I run this Sub macro() Dim t As Integer Dim t2 As Integer t = 1 t2 = (t = 1) * 7 MsgBox (t2) End Sub and it says -7, not 7 Why? -- jake |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
if any of 3 conditions is true, then answer is true | Excel Worksheet Functions | |||
Search for 2 true arguments and return true or false | Excel Discussion (Misc queries) | |||
Function to return True/False if all are validated as True by ISNU | Excel Worksheet Functions | |||
How do I stop Excel from changing the word true to TRUE? | Excel Discussion (Misc queries) | |||
Reverse false and combine with true true value | Excel Worksheet Functions |