Hi,
i'm trying to format a caption to be a number 0001 (looking at the last used number in a worksheet to generate the next).
Unfortunately the below code is still producing a single number and not the required 0001 format.
Help appreciated
i'm trying to format a caption to be a number 0001 (looking at the last used number in a worksheet to generate the next).
Unfortunately the below code is still producing a single number and not the required 0001 format.
Code:
Format(EWOno.Caption, "0000")
Help appreciated