Hello everybody
In my attachment I have UDF function which reverse strings
I used it to reverse the order of numbers but I don't want to change the brackets
( ) to remain as it is
Hello everybody
In my attachment I have UDF function which reverse strings
I used it to reverse the order of numbers but I don't want to change the brackets
( ) to remain as it is
is it going to be always like this:
(something) or brackets can be at any position/multiple times? Also would it be always a pair?
If you are pleased with a member's answer then use the Star icon to rate it.
my post was published twice, sorry
Last edited by buran; 03-07-2015 at 07:12 AM.
Perhaps
![]()
Function ReverseStr(ByVal txt As String) As String Dim m As Object txt = Replace(Replace(txt, "(", Chr(2)), ")", Chr(3)) txt = Replace(Replace(txt, Chr(2), ")"), Chr(3), "(") ReverseStr = StrReverse(txt) End Function
jindon, there is another thread http://www.excelforum.com/excel-prog...e-numbers.html
and OP question was answered actually on another forum.
Yeah, I have just realized it.
This is not the first time for the OP, so I have to penalize him/her in other forum.
Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.
Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.
Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!
Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).
Mr. Jindon
I have reported that ...
It was by mistake . I didn't mean to do that..
I tried a lot to post at first here but tit seems that there was something wrong, so I posted my thread in the other forum .. After that I found my threads here! It's weird..
You banned me three days in the other forum and I'm not guilty about that
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks