![]() |
|
|
|
#1
|
|||
|
|||
|
Hi Charlesdh thanks again for helping me , thanks for the new version, the code does the correct concatenation but actually without the index/match the code cannot match the exact concatenation with the correct row in sht1My comments:
Code:
Function CurAdj(WkVal As Range) As String Dim WkF As String WkF = WkVal.NumberFormat CurAdj = IIf(InStr(1, WkF, "$$") <> 0, "$", IIf(InStr(1, WkF, "$¤") <> 0, "¤", "")) & WkVal End Function |
|
#2
|
|||
|
|||
|
OK,
I see what you are referring too. I'll have to do some search on this. |
|
#3
|
|||
|
|||
|
THANKS
![]() Maybe the best way would be to stick , as much as possible, with the old structure of the tool ,that even if a bit bizarre, works fine for everything but the concatenation of the correct currency formats. Thanks so much again! |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Use Two (concatenate) Fields If Condition Is Met (If... Then... Else)
|
SoonerLater | Mail Merge | 1 | 09-30-2015 05:40 PM |
| how to concatenate text box on new slide | wichitawx | PowerPoint | 5 | 05-19-2015 05:17 AM |
Concatenate with @ symbol
|
anickles | Excel | 2 | 02-06-2015 09:39 AM |
Concatenate if in descending order
|
pgeorgilas | Excel Programming | 2 | 12-10-2014 01:35 AM |
| If, move and concatenate in VBA | devcon | Excel Programming | 0 | 07-04-2011 12:44 AM |