C
CrankyLemming
Hi
I have a label on a form which is linked to a cell on a sheet as
follows:
Label1.Caption = Sheets("Income").Range("G11")
The problem I have is that the cell G11 is formatted for a money
figure. I have tried formatting the cell under Number, Accounting and
Currency, to two decimal places, but the figure that appears in the
label is wrong. EG, '9.00' in cell G11 reads as '9' in the Label. On
occasion the cell reads say 2.56, but the label 2.579. I can't see how
to put this right.
Please can anyone advise?
TIA
Steve
I have a label on a form which is linked to a cell on a sheet as
follows:
Label1.Caption = Sheets("Income").Range("G11")
The problem I have is that the cell G11 is formatted for a money
figure. I have tried formatting the cell under Number, Accounting and
Currency, to two decimal places, but the figure that appears in the
label is wrong. EG, '9.00' in cell G11 reads as '9' in the Label. On
occasion the cell reads say 2.56, but the label 2.579. I can't see how
to put this right.
Please can anyone advise?
TIA
Steve