ROUND function

H

Hacknwhack

I manually calculate the percentage complete of each task within my macro
and then transfer this to project. In some cases the percentage has several
digits to the right of the decimal, so I used a round function to round it
to the nearest whole number ie. Round(mynum,0). This seemed to work great
for me however when I used it in Proj98 it errors on the Round function.

I'm using Proj2000, however I was wondering if perhaps the problem is not
with the versions of Project we are using but with the lack of an external
reference. Can someone confirm and if so, what do i need to reference to,
to be able to use the Round function.

Thanks again everyone,

-hack
 
J

JackD

I think that Round is in the visual basic library.
Did you try

mynum\1
(note this is a backslash not a forward slash)

Should give the same result.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top