JackD
Mon Oct 10 11:46:47 CDT 2005
Custom fields have some advantages and disadvantages. It is possible to do
every calculation which is possible in a custom field by using VBA, but you
lose the advantage of automatic recalculation.
See my article on Custom formulas here:
http://zo-d.com/blog/archives/programming/working-with-custom-field-formulas.html
Then poke around the site for more VBA articles and links.
If you post the formula here (or in the developer group) perhaps someone
will be kind enough to convert it to a macro for you.
--
-Jack ... For Microsoft Project information and macro examples visit
http://masamiki.com/project
or
http://zo-d.com/blog/index.html
.
"JimS" <JimS@discussions.microsoft.com> wrote in message
news:E5163E97-E43B-4FD3-82CA-180CA010A611@microsoft.com...
> I have several custom fields that have formulas that are complex enough so
> that they are hard maintain. It would seem that they would be more
efficient
> in VBA. Instead of using the custom formula is there a way to do the same
> thing in VBA. Is there some specific reference material to help me?