On Jun 24, 7:15 pm, "Rick Rothstein \(MVP - VB\)"
<rickNOSPAMn...@NOSPAMcomcast.net> wrote:
> Although you say C19=4 and C21=5, I am guessing your complaint is intX=4 and
> intY=5 because of your last sentence above. If that is the case, the problem
> is you declared these variables as Longs... a Long can only hold whole
> numbers. Declare them as Single or Double, depending on precision
> requirements and, assuming I am right in my assumptions, all should be as
> you want it.
>
> Rick
Yes, Thanks that fixed the problem. Values are now what I wanted..
Jim
|