home *** CD-ROM | disk | FTP | other *** search
/ On Hand / On_Hand_From_Softbank_1994_Release_2_Disc_2_1994.iso / 00003 / s / projxtab.xl$ / projxtab.bin (.txt)
Excel Spreadsheet  |  1993-01-01  |  23KB  |  146 lines

  1. Sheet: 
  2. (0, 0)        Names
  3. (0, 1)        Commands
  4. (0, 2)        Comments
  5. (0, 3)        
  6. (0, 4)        
  7. (0, 5)        
  8. (0, 6)        421
  9. (0, 7)        129
  10. (0, 8)        Cross Tab Report
  11. (0, 9)        
  12. (1, 0)        MacroSheet
  13. (1, 2)        Names the sheet "MacroSheet", so users can change the name from PROJXTAB.XLM.
  14. (1, 3)        1
  15. (1, 4)        322
  16. (1, 5)        6
  17. (1, 6)        88
  18. (1, 8)        OK
  19. (2, 2)        Creates a new Microsoft Excel spreadsheet; adds titles and formatting for the titles.
  20. (2, 3)        21
  21. (2, 4)        309
  22. (2, 5)        83
  23. (2, 6)        100
  24. (2, 7)        50
  25. (2, 8)        r3c11:r6c11
  26. (2, 9)        2
  27. (2, 10)        Days
  28. (2, 11)        Minutes
  29. (2, 12)        Work
  30. (3, 3)        8
  31. (3, 4)        269
  32. (3, 5)        105
  33. (3, 6)        140
  34. (3, 9)        
  35. (3, 10)        Weeks
  36. (3, 11)        Hours
  37. (3, 12)        Cumulative Work
  38. (4, 0)        Spreadsheet
  39. (4, 2)        Name the new sheet "Spreadsheet".
  40. (4, 3)        21
  41. (4, 4)        109
  42. (4, 5)        83
  43. (4, 6)        100
  44. (4, 7)        50
  45. (4, 8)        r3c12:r6c12
  46. (4, 9)        2
  47. (4, 10)        Months
  48. (4, 11)        Days
  49. (4, 12)        Cost
  50. (5, 3)        8
  51. (5, 4)        69
  52. (5, 5)        105
  53. (5, 6)        140
  54. (5, 9)        
  55. (5, 10)        Years
  56. (5, 11)        Weeks
  57. (5, 12)        Cumulative Cost
  58. (6, 3)        5
  59. (6, 4)        213
  60. (6, 5)        85
  61. (6, 8)        Timescale:
  62. (6, 12)        Percent Allocation
  63. (7, 3)        5
  64. (7, 4)        213
  65. (7, 5)        107
  66. (7, 8)        To:
  67. (7, 12)        Overallocation
  68. (8, 3)        2
  69. (8, 4)        322
  70. (8, 5)        30
  71. (8, 6)        88
  72. (8, 8)        Cancel
  73. (9, 3)        14
  74. (9, 4)        10
  75. (9, 5)        7
  76. (9, 6)        228
  77. (9, 7)        49
  78. (9, 8)        Report Type
  79. (10, 3)        11
  80. (10, 9)        1
  81. (11, 3)        12
  82. (11, 8)        Tasks by Resource
  83. (12, 3)        12
  84. (12, 8)        Resources by Task
  85. (13, 3)        5
  86. (13, 4)        10
  87. (13, 5)        85
  88. (13, 8)        Work Units:
  89. (14, 3)        5
  90. (14, 4)        10
  91. (14, 5)        107
  92. (14, 8)        From:
  93. (15, 3)        5
  94. (15, 4)        10
  95. (15, 5)        63
  96. (15, 8)        Type of Information:
  97. (16, 3)        21
  98. (16, 4)        197
  99. (16, 5)        62
  100. (16, 6)        212
  101. (16, 7)        80
  102. (16, 8)        r3c13:r8c13
  103. (16, 9)        1
  104. (27, 2)        Redraws the spreadsheet.
  105. (30, 0)        DDEChannel
  106. (30, 2)        Gets the name of the active project in Microsoft Project on the system channel, and closes the system channel.
  107. (31, 0)        ActiveProj
  108. (31, 2)        If there is no project open, the macro ends here.
  109. (40, 2)        Opens DDE communication on the active project ("ActiveProj" from the last section).  Gets general project information and places it on the sheet (project name, project start date, project finish date).
  110. (41, 0)        NumTasks
  111. (41, 2)        Checks to see that there are both tasks and resources in the project.
  112. (42, 0)        NumResources
  113. (54, 0)        ProjStart
  114. (54, 2)        Fills in the project data on the report.
  115. (55, 0)        ProjFinish
  116. (68, 2)        Displays dialog box asking user for their preferences.
  117. (74, 2)        Sets Default Work Units in Preferences in Microsoft Project.
  118. (75, 2)        Sets report dates.  If the user didn't change them, they are the project dates.
  119. (78, 2)        This section sets up the timescale across the top of the sheet.  Depending on what timescale unit is chosen, the start date for the timescale is calculated and is prior to the project start date.
  120. (79, 2)        DATA.SERIES fills the timescale to match the time period specified.
  121. (88, 2)        Redraws the spreadsheet.
  122. (91, 2)        Sets up Microsoft Project with the proper view.
  123. (92, 2)        Change_Timescale is a string that is sent to Microsoft Project using SendKeys to set up the appropriate timescale.
  124. (101, 2)        This gets the list separator from Microsoft Project.
  125. (103, 0)        ListSep
  126. (107, 2)        Redraws after returning from Microsoft Project
  127. (110, 2)        Creates the Tasks by Resource report.
  128. (111, 0)        
  129. (111, 2)        Creates an array called ProjResources of all of the resources in the active project .  The array contains the Unique ID and the Name for each resource.
  130. (114, 2)        Unique_Tasks is  a placeholder to get the list of all of the tasks to which the resource is assigned.  Transpose changes the array into a list that is sent back to Microsoft Project in the next Request
  131. (115, 0)        
  132. (115, 2)        Creates an array--Res#-- for each resource containing the Names and ID's for every task to which the resource is assigned.  The ID is needed for EditGoTo in Microsoft Project. 
  133. (119, 0)        Rows
  134. (119, 2)        Populates the spreadsheet with the array data.
  135. (136, 2)        Redraws the spreadsheet.
  136. (139, 2)        This section cycles through the resources and tasks, copying and pasting the resource usage data on a resource by task basis.
  137. (163, 2)        Creates the Resources by Task report.
  138. (164, 0)        ProjTasks
  139. (164, 2)        Creates an array called ProjTasks of all the tasks in the project.  The array contains the Unique ID and the Name for each task.
  140. (167, 2)        Unique_Tasks is a placeholder to get the list of all of the tasks to which the resource is assigned.  Transpose changes the array into a list that is sent back to Microsoft Project in the next Request
  141. (172, 2)        Populates the spreadsheet with the array data.
  142. (189, 2)        Redraws the spreadsheet.
  143. (192, 2)        This section cycles through the resources and tasks, copying and pasting the resource usage data on a resource by task basis.
  144. (216, 0)        Formatting
  145. (216, 2)        Formats the spreadsheet.
  146.