I have a userform label that reads a cell which has a custom format of "?/???".

I have added the following code to the Userform Initialize Procedure:

Please Login or Register  to view this content.
But this doesn't work for me. When the value of the fraction is less than 1 (1/20 in this case) then label just displays "/" and when the label is above 1 (13/1) the label displays "/13".

Anyone tell me where I am going wrong please??