VB data rounding to two decimal places VB

VB data rounding to two decimal places VB

a=round("123.4567" ,2)
The result of a was 123.46