Originally Posted by oleneazer Hello Why in a listview showing a cell (with hh:mm format) I have 0,85752? I don't understand why and how to have hh:mm format in a listwiew on a userform? Thanks for your help. You need to format it when you laod the ListView e.g. Format(Range("A1"),"hh:mm")
Forum Rules