G
Guest
I have some VBA code as this:
rrows=lastrow/4
if lastrow is 138 then rrows should be 34.5 but I always get 34(no decimal)
How do I fix that
Thanks
rrows=lastrow/4
if lastrow is 138 then rrows should be 34.5 but I always get 34(no decimal)
How do I fix that
Thanks