Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sometimes it is useful to format numbers in a spreadsheet so that they
appear to be text. To do this I just change the custom formatting as required - for example "3M CO";"3M CO";"3M CO" Now I have several hundred cells that need to be formatted in this way. I need a UDF that will take a value from one cell and format it according to a string from another cell. This is what I've got so far. The My_Value argument is number to be formatted and the My_Formatting argument is the text that will be used to format the cell. Function Custom_Format(My_Value As Integer, My_Formatting As String) Custom_Format = FormatNumber(My_Value, , My_Formatting, , My_Formatting) End Function Anyone got any ideas on where I'm going wrong?????????? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replace million-billion number format to lakhs-crores format | Excel Discussion (Misc queries) | |||
Change number (in text format) to numeric format | Excel Discussion (Misc queries) | |||
convert text-format number to number in excel 2000%3f | Excel Discussion (Misc queries) | |||
Number format based on number format of another cell in another workbook | Excel Programming | |||
excel format cells/Number/Category: Number problem | Excel Discussion (Misc queries) |