writing Macros in Proj 2000 
Author Message
 writing Macros in Proj 2000

hi !!

 this is the first time i am using Project 2000, i am trying to develop a small
project which customizes the Project 2000, using Macros, (like automatically
populating other coulmns depending on the ones we've entered etc)
It would be of great help if someone could let me know or direct me to an
informative , site where i can get info reg how to write macros and how to map
them to the Project 2000 application. (also the different objects available in VB
for Project 2000 which can be used for this purpose)
 thanks in advance !

raj



Mon, 13 Oct 2003 21:59:57 GMT  
 writing Macros in Proj 2000
HI,

Make sure you have the VBA help file installed by pressing Alt-F11 to go to
the Visual Basic Editor and pressing F1.  If you don't, then re-install
Project and select all help options.

Download the Project 98 VBA manual from
http://support.microsoft.com/support/kb/articles/Q186/0/77.ASP

It is very relevant for P2000 as well.
Sign up for Woody's Project watch (http://www.woodyswatch.com/project/)
which has a monthly VBA column (check the back issues) and TechRepublic
which has some as well I think.

--

Visit www.mvps.org/project/ for the Project MVP's FAQ and third party
add-ons

Rod Gill
Microsoft Project MVP
Visit www.projectlearning.com for customized Project and Ofice VBA macros
and Project companion software


hi !!

 this is the first time i am using Project 2000, i am trying to develop a
small
project which customizes the Project 2000, using Macros, (like automatically
populating other coulmns depending on the ones we've entered etc)
It would be of great help if someone could let me know or direct me to an
informative , site where i can get info reg how to write macros and how to
map
them to the Project 2000 application. (also the different objects available
in VB
for Project 2000 which can be used for this purpose)
 thanks in advance !

raj



Tue, 14 Oct 2003 05:52:09 GMT  
 writing Macros in Proj 2000
I think you'd be better off asking a more specific question, so some-one can
tell you how project can do a simple task (or not...) :-)

But in general, if you want to get at project from VB, include a reference
to the "Microsoft Project 9 Object Library" in your VB app, and hook that
into a live copy of project using CreateObject. To be interactive, have a
Withevents reference to an MSProject.Application object, and put breakpoints
on BeforeTaskChange and BeforeTaskNew; you can do things from there like
applying your own naming conventions to whatever they try and call a new
task, and chuck extra data in project's "hidden" text fields...


hi !!

 this is the first time i am using Project 2000, i am trying to develop a
small
project which customizes the Project 2000, using Macros, (like automatically
populating other coulmns depending on the ones we've entered etc)
It would be of great help if someone could let me know or direct me to an
informative , site where i can get info reg how to write macros and how to
map
them to the Project 2000 application. (also the different objects available
in VB
for Project 2000 which can be used for this purpose)
 thanks in advance !

raj



Tue, 14 Oct 2003 23:38:30 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Proj 98 VBA vs Proj 2000 VBA

2. Querying Proj Srvr to return a Proj Center view-like recordset

3. Open Proj 2002 Web Schedule - Using a Macro

4. Macro access 2000 / excel 2000

5. Writing a macro to create another macro?

6. Macro for Autodialer in Access 2000

7. Modules/Macros to add prior to using Access 2000

8. Access 2000 - calls to Access.exe to document macros

9. Macro Name Column in Access 2000

10. How do you send Outlook 2000 email using WORD 97 VBA Macro

11. Running Outlook 2000 VB macros with high security.

12. URGENT! Running a macro in outlook 2000

 

 
Powered by phpBB® Forum Software