Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I would like to get the remainder in a script. In an excel sheet, I use to write remainder = Mod(number;divisor) but that function doesn't work with a VBA script. I tried number%divisor (like I would do in C++) but it didn't work. What should I do ? Frank -- Mhek ------------------------------------------------------------------------ Mhek's Profile: http://www.excelforum.com/member.php...o&userid=33427 View this thread: http://www.excelforum.com/showthread...hreadid=534121 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumif number is greater than a number but less than another number | Excel Discussion (Misc queries) | |||
How do I keep the divisor constant in calculating percentage remai | Excel Discussion (Misc queries) | |||
How to calculate number of occurencies of a specific number number | Excel Discussion (Misc queries) | |||
Change divisor if column is 0 | Excel Discussion (Misc queries) | |||
Mod(number;divisor) | Excel Programming |