Hi there
Please help me with a VBA code to get the below things from a machine log file,
Info:-
1. One cycle means Time between Process start and Process end, Refer column C in the workbook.
2. Machine interruptions are captured in column E.
3. Cycle time, i,e; Time difference between process start and process end for each cycle in the column F
Requirement:-
1, If there is any interruption in any cycle, it is not a success run, So success should not come in column G,
2, If there is no any interruptions in a cycle, it is a success run so success should come in the respective row,
Currently, I am using a macro which inserts the formula for some cells,
All calculated values should come in respective rows in column I.
Please help me as soon as possible.
Thanks,
Yathi
Please help me with a VBA code to get the below things from a machine log file,
Info:-
1. One cycle means Time between Process start and Process end, Refer column C in the workbook.
2. Machine interruptions are captured in column E.
3. Cycle time, i,e; Time difference between process start and process end for each cycle in the column F
Requirement:-
1, If there is any interruption in any cycle, it is not a success run, So success should not come in column G,
2, If there is no any interruptions in a cycle, it is a success run so success should come in the respective row,
Currently, I am using a macro which inserts the formula for some cells,
All calculated values should come in respective rows in column I.
Please help me as soon as possible.
Thanks,
Yathi