No announcements
Found 301175 threads
-
0 Votes
VBA for Task Dependencies
The first time you loop through all dependencies for the selected task you need to set in a variable what field to update. So you need a wrapper sub around what you have, ...Answered | 4 Replies | 1323 Views | Created by RobVV - Tuesday, April 8, 2014 11:20 PM | Last reply by RobVV - Thursday, April 10, 2014 1:55 PM -
1 Votes
Summary of a Task (VBA)
Hi, How to find, with VBA, the Summary of a Task (outline level n+1) ThanksAnswered | 1 Replies | 858 Views | Created by WLID1966 - Monday, June 27, 2016 12:29 PM | Last reply by Gérard Ducouret - Monday, June 27, 2016 1:07 PM -
0 Votes
Dependencies
Hi, I am afraid you can only create simple dependencies which default to FS (Finish to Start) in the PWA schedule editor. If you wish to create these types of ...Answered | 1 Replies | 3066 Views | Created by Rishabh.J - Thursday, November 1, 2012 9:24 AM | Last reply by Alexander.Burton - Thursday, November 1, 2012 10:10 AM -
2 Votes
Project name for a task in multiple projects (VBA)
Hello, I'm working with multiple projects inserted in a master project. My VBA macro scans every Tasks. For a specific task how can I read the project ...Answered | 2 Replies | 755 Views | Created by WLID1966 - Monday, June 27, 2016 9:29 AM | Last reply by Tom BoyleBPC - Monday, June 27, 2016 3:50 PM -
0 Votes
How to add resource for each task in the task Usage section using VBA
Hi Rod Gill thanks for replying and the hint. However I can't seem to figure out how to use the .Add method. here is my code Dim tsks as ...Answered | 3 Replies | 3965 Views | Created by TheArchitect1013 - Wednesday, December 12, 2012 3:09 AM | Last reply by TheArchitect1013 - Wednesday, December 12, 2012 4:27 AM -
0 Votes
ms project vba associate task with row
: Sub SetTaskNameFontDone() Dim T As Task For Each T In ActiveSelection.Tasks Font32Ex ...Answered | 7 Replies | 4758 Views | Created by codequest1 - Wednesday, October 21, 2015 1:17 AM | Last reply by John - Project - Wednesday, October 21, 2015 8:12 PM -
0 Votes
excel vba for beginners
Hello There I am tying to learn VBA to ustomize my excel 2013 please point me to a forum for ...Answered | 1 Replies | 712 Views | Created by ntambomvu - Monday, July 13, 2015 1:39 PM | Last reply by Mike Laughlin - Monday, July 13, 2015 2:13 PM -
1 Votes
Why does sync dependencies increase duration for a fixed work task?
Hi Guillaume, thanks for your quick reply. In my situation the deliverable is a one day milestone (in the other plan) that does not yet affect the task i linked to ...Answered | 3 Replies | 1396 Views | Created by Sander Nekeman - Friday, February 21, 2014 3:44 PM | Last reply by Guillaume Rouyre [MBA, MVP, MCC] - Monday, February 24, 2014 5:22 PM -
5 Votes
Trace Task Dependencies in a Master Project with sub projects
Hi John, When there are lot of dependencies driving a certain task, it would be easy to use this method to see what are the driving factors affecting a certain ...Answered | 8 Replies | 1671 Views | Created by Rid80 - Tuesday, June 23, 2015 6:40 AM | Last reply by Tom BoyleBPC - Wednesday, July 15, 2015 2:01 PM -
0 Votes
Forum for VBA for Excel?
Best forum for VBA for Excel, anyone???? Thanks!!Answered | 2 Replies | 9954 Views | Created by ArtDecade - Monday, November 17, 2008 12:06 AM | Last reply by Ed Price - MSFT - Monday, July 23, 2012 10:05 PM -
0 Votes
VBA code for Excel
I would recommend posting your question to the VBA forum: http://social.msdn.microsoft.com/Forums/en-US/isvvba/threads Paul ~~~~ Microsoft MVP (Visual ...Answered | 1 Replies | 8494 Views | Created by Sathishreddy - Friday, December 4, 2009 4:44 PM | Last reply by Paul P Clement IV - Monday, December 7, 2009 6:57 PM -
1 Votes
VBA and Recurring Task ... when the project is drifting
Robert6156, As far as I know there are no VBA methods for managing recurring tasks. The most you can do is to call up the Recurring Task Information ...Answered | 1 Replies | 963 Views | Created by Robert6156 - Saturday, April 22, 2017 8:58 PM | Last reply by John - Project - Sunday, April 23, 2017 9:28 PM -
0 Votes
User balancing and dependencies
, and we haven't been able to use task dependencies without massive waste of cluster resources. For example, suppose, I ...Answered | 3 Replies | 5021 Views | Created by clusterboy - Saturday, May 31, 2008 3:50 PM | Last reply by Josh Barnard - Monday, June 23, 2008 11:22 PM -
0 Votes
MS Proj 2013 - Task Dependencies in an Either Or case
Hey John, That's what I mean, yours is a far more elegant solution than the one I had planned. I can simply set the calendar for that one task, ...Answered | 11 Replies | 1342 Views | Created by Barrett Froc - Wednesday, June 17, 2015 8:50 PM | Last reply by John - Project - Wednesday, June 24, 2015 12:05 AM -
2 Votes
Who to remove a successor task in VBA code
It gives you a list of all of the dependencies a task is involved in. You can walk through the list for your summary task and do what you need ...Answered | 5 Replies | 1116 Views | Created by Steven Thiers - Thursday, August 20, 2015 8:22 AM | Last reply by Steven Thiers - Monday, August 24, 2015 9:01 PM -
0 Votes
VBA Programming for MS project
User, Yes, take a look at Rod Gill's excellent book on Project VBA. You can find more info ...Answered | 3 Replies | 908 Views | Created by Cody Edwards - Monday, April 29, 2019 4:14 PM | Last reply by John - Project - Monday, April 29, 2019 6:57 PM -
0 Votes
VBA in project to protect task with actual work
hello i got the answer of the question。if want to run zhe vba program, i need set "ThisProject (Global.MPT)" open ...Answered | 3 Replies | 6037 Views | Created by peardong www.highfarinfo.com - Thursday, March 29, 2012 7:51 AM | Last reply by peardong www.highfarinfo.com - Saturday, March 31, 2012 6:47 AM -
1 Votes
VBA for ProjectBeforePublish not firing
another post you had regarding setting the value of a task ECF in a loop. Another big help. Only problem was I was up until 3AM ...Answered | 2 Replies | 872 Views | Created by JohnH4 - Wednesday, May 3, 2017 9:54 PM | Last reply by JohnH4 - Monday, May 8, 2017 1:46 AM -
0 Votes
CRM Non-event Dependencies
On Account form I have created a filed with data type as picklist E.g. Country with picklist vales like India, Australia etc.... Now I want to use this field as Non-event ...Answered | 2 Replies | 6867 Views | Created by kordek - Thursday, October 14, 2010 1:21 PM | Last reply by kordek - Saturday, October 16, 2010 11:14 AM -
1 Votes
VBA
Hi vanessasimon69, Thank you for posting in the MSDN forum. I’m afraid that it is not the VS testing issue, if it is related to the VBA ...Answered | 1 Replies | 1850 Views | Created by vanessasimon69 - Thursday, January 16, 2014 1:55 AM | Last reply by Jack Zhai-MSFT - Friday, January 17, 2014 10:16 AM - Items 1 to 20 of 301175 Next ›
No announcements