Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
in vba what is the similar function for SUBSTITUTE in excel? Can u pls help me?
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
REPLACE
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "neb" wrote in message ... in vba what is the similar function for SUBSTITUTE in excel? Can u pls help me? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This is my code:
Sub nebs(Mycell) nebs = Substitute(Mycell," ","") End sub (I want to make it as a function in excel using visual basic editor but Substitute function is not defined/not recognized. I use REPLACE instead but it asks me for a value...any help?)thnks. "Bob Phillips" wrote: REPLACE -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "neb" wrote in message ... in vba what is the similar function for SUBSTITUTE in excel? Can u pls help me? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
ITS WORKING NOW THNKS SO MUCH
"Bob Phillips" wrote: REPLACE -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "neb" wrote in message ... in vba what is the similar function for SUBSTITUTE in excel? Can u pls help me? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FUNCTION GETPIVOTDATA EXCEL 2003 v EXCEL 2004 FOR MAC | Excel Worksheet Functions | |||
How do i execute a VBA function by clicking on an excel cell? | Excel Discussion (Misc queries) | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) |