|
-
Sep 29th, 2006, 01:08 PM
#1
Thread Starter
Frenzied Member
Replace in a formula? {El Resolved-ed}
Hey all, I know how to use Replace() in code of course, but is there a formula you could use to do the same thing as: Replace(ActiveCell.Value, Chr(10), "") ?
I was checking out the =Replace() Formula but it doesn't seem to work the same.
Thanks.
Last edited by Spajeoly; Sep 29th, 2006 at 02:15 PM.
-
Sep 29th, 2006, 01:14 PM
#2
Re: Replace in a formmula?
That's because you want to use:
=SUBSTITUTE($A$1,CHAR(10),"")
zaza
-
Sep 29th, 2006, 02:14 PM
#3
Thread Starter
Frenzied Member
Re: Replace in a formmula?
Just what I needed, thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|