tetsuo2030
Programmer
I have a pre-formatted Excel Spreadsheet. I created a map in MS Project called "Map_test", set the merge key to a specific field and open the file. It seems that some of my data comes over, but when Project finds a piece of data it doesn't like, it ignores the whole line.
I see the reason for one field: it's a lookup field in Project and the value in the Excel spreadsheet isn't in the list. But Project doesn't tell me it's ignoring the line while it accepts others...so I never know--without doing a physical comparison--what Project took and what it refused.
So, ultimately, I want to set up some sort of error trapping or conditional formatting or something that says "Hey, Project isn't accepting this line." If I need to do it through VBA/macros and call the macro from Excel or Access or whatever, that's fine.
That being said, is my method for getting the Excel data into Project (File-->Open or VBA's FileOpenEx) not the way to go if I want to perform data validation?
I see the reason for one field: it's a lookup field in Project and the value in the Excel spreadsheet isn't in the list. But Project doesn't tell me it's ignoring the line while it accepts others...so I never know--without doing a physical comparison--what Project took and what it refused.
So, ultimately, I want to set up some sort of error trapping or conditional formatting or something that says "Hey, Project isn't accepting this line." If I need to do it through VBA/macros and call the macro from Excel or Access or whatever, that's fine.
That being said, is my method for getting the Excel data into Project (File-->Open or VBA's FileOpenEx) not the way to go if I want to perform data validation?