Useful
Active Member
- Joined
- Mar 16, 2011
- Messages
- 494
Hi mr Excel!
I have a question about macro.
How to detect that the formula contains value as euro format. and also after detecting that euro format then multiple them 5, if not euro then multiple 7
P.S :this code finds where is $ format
Cells.Find(What:="", After:=ActiveCell, LookIn:=xlFormulas, LookAt:= _
xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False _
, SearchFormat:=True).Activate
I have a question about macro.
How to detect that the formula contains value as euro format. and also after detecting that euro format then multiple them 5, if not euro then multiple 7
P.S :this code finds where is $ format
Cells.Find(What:="", After:=ActiveCell, LookIn:=xlFormulas, LookAt:= _
xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False _
, SearchFormat:=True).Activate