View Single Post
 
Old 07-03-2024, 11:31 AM
DaleHowardMVP DaleHowardMVP is offline Windows 10 Office 2021
Advanced Beginner
 
Join Date: Apr 2023
Posts: 53
DaleHowardMVP is on a distinguished road
Default

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.
Reply With Quote