Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Srikanth,
x = n Mod k x = WorksheetFunction.Floor(n, k) x = WorksheetFunction.Ceiling(n, k) Regards, Jim Cone San Francisco, CA Srikanth Ganesan" wrote in message ... Hello, I am trying to write an Excel macro. I want to use the following functions that are available in Excel. Please let me know what are the corresponding VB functions/syntax for the macro: Excel Functions: MOD(n,k) Floor(n,k) Ceiling(n,k) Thanks Srikanth |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
String functions in VB macro | Excel Discussion (Misc queries) | |||
macro and/or functions | Excel Worksheet Functions | |||
excel functions and User defined functions | Excel Programming | |||
Convert Excel Functions to VBA Macro Function | Excel Programming | |||
Can Excel macro have functions to check POP3 email! | Excel Programming |