Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, i need a macro to copy from one cell the text below and to paste only the
contenet of the parenthesis. Invoice currency (USD): I need to paste only USD. The currency can contain "USD, EUR' CHF,...etc" Can this be done? Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way...to return the text
Dim strData As String strData = "Invoice currency (USD):(ind)" MsgBox Split(Split(strData, "(")(1), ")")(0) -- Jacob (MVP - Excel) "puiuluipui" wrote: Hi, i need a macro to copy from one cell the text below and to paste only the contenet of the parenthesis. Invoice currency (USD): I need to paste only USD. The currency can contain "USD, EUR' CHF,...etc" Can this be done? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
passing arguments from an excel macro to a word macro | Excel Discussion (Misc queries) |