Anyone able to provide some quick help? I have a worksheet I am working with to schedule fabrication. I need two macros to format the sheet and a background process.
Macro 1: Button Labeled "Fab Start";
sorts by Column I "Planned Start" oldest to newest
creates Week tags in Column A, adds double border above and below the week grouping. The Week tag should default to the Monday of the week from Planned Start Date.
Macro 1: Button Labeled "Req'd Complete";
sorts by Column O "Required Completion" oldest to newest
creates Week tags in Column A, adds double border above and below the week grouping. The Week tag should default to the Monday of the week from Required Completion date.
Background macro,
Insure that all dates are linear in each row from Material ship --> Planned Start --> Required Completion --> Install Start. Material ship date is optional, but if entered must validate. In the case that these dates are not linear a message box should appear identifying the issue with a option to enter updated dates into the message box which publish when the box is closed by clicking a button.
Here is my Excel File.
Macro 1: Button Labeled "Fab Start";
sorts by Column I "Planned Start" oldest to newest
creates Week tags in Column A, adds double border above and below the week grouping. The Week tag should default to the Monday of the week from Planned Start Date.
Macro 1: Button Labeled "Req'd Complete";
sorts by Column O "Required Completion" oldest to newest
creates Week tags in Column A, adds double border above and below the week grouping. The Week tag should default to the Monday of the week from Required Completion date.
Background macro,
Insure that all dates are linear in each row from Material ship --> Planned Start --> Required Completion --> Install Start. Material ship date is optional, but if entered must validate. In the case that these dates are not linear a message box should appear identifying the issue with a option to enter updated dates into the message box which publish when the box is closed by clicking a button.
Here is my Excel File.