Hi, I have a problem. I have an Excel file contains ItemNo, PartNumber, Description, and Qty. This excel file will be imported to Access tables. In the PartNumber, there will be some colored cells (some are red, some are green, some are blue). The reason why I'm doing this is that it will be imported to different tables in Access (i.e red cells goes to Table A, green cells goes to Table B, blue cells goes to Table C).
What I am asking is how can I set this condition in VBA in Access? I hv read using cells.interior.colorindex, but then how do I know the code/value of the color that i'm using?
thanks for helping!
What I am asking is how can I set this condition in VBA in Access? I hv read using cells.interior.colorindex, but then how do I know the code/value of the color that i'm using?
thanks for helping!