I tried to declare the variable as Range and output it in percentage format like below. But could not run accordingly.
[VBA]Dim LValue As Range

LValue = Format(0.981, "Percent")
[/VBA]

How should i change the range format to %?