Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear Excel Genius guys
i have a small query can there be Numberformat in UDF (User Defined Function) My VBA Code is Function Crore (Selcell as variant) crore=selcell/10000000 end function now i want that at the same time its number format should also changed & show us "#,#00.000[$ Cr.]" 2 Cr. now for that i have macro sub crnumberformat() ActiveCell.NumberFormat = "#,#00.000[$ Cr.]" end sub my query is how to call a macro in function |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can run a macro ( call a macro) on selection of any filtercriteria? | Excel Worksheet Functions | |||
Call an Access macro from an Excel macro | Excel Discussion (Misc queries) | |||
Excel Macro call Word Macro with Parameters | Excel Programming | |||
Call macro stored in Excel workbook from Outlook's macro | Excel Programming | |||
How to call a macro in an XLA add-in | Excel Discussion (Misc queries) |