Hi
I'm not 100% sure, but you could try:
(assuming it's cell A1):
If Range("A1").Value <> Range("A1").Text Then MsgBox "Formatting applied"
--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music
"Minitman" wrote:
> Greetings,
>
> I have raw data in the format of 3 numbers, 3 letters and 2 numbers
> (eg.123abc45). This is either coming from a Userform or directly
> typed in from by the user. The final format should be "Map 123A
> <BC-45>".
>
> I have tried worksheet change event. This works with a problem,
> coming off of the UserForm this data is already in this format and the
> worksheet change event adds the formatting on top of the formatted
> dated giving this as the result "Map MAP <12-5>>" instead of "Map
> 123A <BC-45>".
>
> Is there any way to see a custom format without it actually changing
> the data?
>
> Any help is greatly appreciated.
>
> -Minitman
>