markn82
Automotive
- Nov 4, 2004
- 9
Well alrighty then...
I am trying to figure how how to automate a task on a spread-sheet with a macro function and don't quite know how to go about it. Currently we have to copy and paste.
In the lab that I work in, we use a spread sheet to report results of FAIs, the second to the last sheet of which is a listing of just out of tolerance features. I have automated the sheet to show which features are out of tolerance with conditional formatting and I use some true false statements to report "Accept" in one column if the feature is good and by default it keeps "Reject" in the next column if the feature is bad. The report has 4 columns in which to enter numerical values. If any of the four are good, it will show "Accept", if any are bad or blank it shows "reject."
Now that I've really made it confusing...
I want to build a macro that will automatically paste my rejected features to my "Out of Tolerance" page without skipping any rows. For instance, if I have ten rows with no rejects, I want it skip those rows, and also only copy the numeric value that is out of limit.
Im using Excel 2003 BTW.
If anybody has any ideas, please let me know.
I am trying to figure how how to automate a task on a spread-sheet with a macro function and don't quite know how to go about it. Currently we have to copy and paste.
In the lab that I work in, we use a spread sheet to report results of FAIs, the second to the last sheet of which is a listing of just out of tolerance features. I have automated the sheet to show which features are out of tolerance with conditional formatting and I use some true false statements to report "Accept" in one column if the feature is good and by default it keeps "Reject" in the next column if the feature is bad. The report has 4 columns in which to enter numerical values. If any of the four are good, it will show "Accept", if any are bad or blank it shows "reject."
Now that I've really made it confusing...
I want to build a macro that will automatically paste my rejected features to my "Out of Tolerance" page without skipping any rows. For instance, if I have ten rows with no rejects, I want it skip those rows, and also only copy the numeric value that is out of limit.
Im using Excel 2003 BTW.
If anybody has any ideas, please let me know.