project functions for custom fields

S

stevo

I'm trying to use project functions for custom fields. in particular the
'format' function. I'm having a hard time finding documentation on what the
various options/commands available are and how to use.

help?
 
J

JulieS

Hello stevo,

I usually look for specific details on functions that are not
directly documented in Project by using help in Access. In most
circumstances, the functions within Access work fine in Project.

I hope this helps. Let us know how you get along.

Julie
Project MVP

Visit http://project.mvps.org/ for the FAQs and additional
information about Microsoft Project
 
D

Dean C

I use the functions so often, I wrote a macro to display them.
Sub DisplayProjectFunctions()
On Error GoTo done
SendKeys "{F1}+{Home}Functions~", True
WaitUntil = Timer + 1
CheckTime:
If Timer < WaitUntil Then GoTo CheckTime
SendKeys "{Tab 5}~", True
done:
End Sub
 

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

Top