Welcome to TechNet Blogs Sign in | Join | Help

Browse by Tags

All Tags » VBA   (RSS)

Code to Show Which Tasks have Which Baselines Saved

Here is a sample of some VBA code that will populate the Task Text30 field with the numbers of the baselines for which each task has values saved. This is useful if you are using lots of the baselines but not all your tasks have had all the baselines
Posted by brianken | 1 Comments
Filed under:

Moving Tasks With VBA

So the problem was that a customer wanted to be able to move a task that was at ID 7 and move it so that it was at ID 2. Sadly, VBA for Project does not contain a Task.Move method. But with a little bit of code around them you can use a Cut and Paste
Posted by brianken | 1 Comments
Filed under: ,

No Thanks, I’ll Be Having the Crow

File this under reason 467 why I don’t make my living as a full time developer. Yesterday I posted some code for parsing out a comma delimited text field, such as a multi-value enterprise field in Project Server 2007. Today a real developer pointed out
Posted by brianken | 0 Comments
Filed under: ,

VBA Code For Parsing a MultiValue Text Field

If you are in Project Server 2007 you can have an Enterprise Text using a lookup table that can contain more than one value. If you then need to work with that field data in code (VBA or VSTO) you can use the GetField function to get the value of that
 
Page view tracker