Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kwcdn

  1. kwcdn

    VBA script for recognising MS Project View

    Here are a couple: Private Function ActiveViewOfActiveProject() As ViewSingle Set ActiveView = ActiveWindow.ActivePane.View End Function Private Function ActiveView(TargetProject As Project) As ViewSingle Set ActiveView = TargetProject.Windows.ActiveWindow.ActivePane.View End Function...

Part and Inventory Search