Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Search results for query: *

  1. chamdan

    Convert to Excel Without Reformatting

    You could use this macro listed below. Option Explicit Dim xlRow As Excel.Range Dim xlCol As Excel.Range Dim NbrTask As Integer Sub ExtractMSP() Dim xlApp As Excel.Application Dim xlBook As Excel.Workbook Dim xlSheet As Excel.Worksheet Dim Proj As Project Dim T As Task Dim Asgn As Assignment...

Part and Inventory Search

Back
Top