How to create precise point in SW by using macro

Hi folks,

I've macro to create points from excel to SW 2D Planes.

Macro running fine when I use (0,130,0),(0,140,0),(0,146,0),(0,148,0) mm....Values,

In case  if I use 130.1, 130.2, 129.2 like more precision values, it assumes the value like round-off 130 mm  for all point and overlapping.

I tried with declaring As single, As double no use.

Please let me know your suggestions.

SolidworksApi macros