Thread
:
Macro in Custom Field not working for Sub Projects
View Single Post
07-03-2024, 11:31 AM
DaleHowardMVP
Windows 10
Office 2021
Advanced Beginner
Join Date: Apr 2023
Posts: 53
I think you need to add the following VBA code to your macro to account for each subproject in the master project:
Dim SubProj As Subproject
For Each SubProj In ActiveProject.Subprojects
Next SubProj
Give it a try and let us know if it helps.
DaleHowardMVP
View Public Profile
Find all posts by DaleHowardMVP