Hello,
I may not know exactly what words to search for, so I apologize if this question has already been addressed in other threads.
I want to run some preliminary checks on data that is sent to me in excel form, just checking columns for appropriate variable length and character/numeric format, any wierd symbols or spaces that shouldn't be in a field, etc. Possibly zip code validity. I simply want to highlight any offending cells, or output their rows to another spreadsheet.
The data arrives on a monthly basis and should be in a consistent format/layout, so I am thinking the quickest way to do this would be to set up a vba macro to check the columns, where the only thing I have to do is update the worksheet name.
Can anyone point me to a thread or other resource or sample code that would show a starting point for how to program this?
Thanks very much for any help.
I may not know exactly what words to search for, so I apologize if this question has already been addressed in other threads.
I want to run some preliminary checks on data that is sent to me in excel form, just checking columns for appropriate variable length and character/numeric format, any wierd symbols or spaces that shouldn't be in a field, etc. Possibly zip code validity. I simply want to highlight any offending cells, or output their rows to another spreadsheet.
The data arrives on a monthly basis and should be in a consistent format/layout, so I am thinking the quickest way to do this would be to set up a vba macro to check the columns, where the only thing I have to do is update the worksheet name.
Can anyone point me to a thread or other resource or sample code that would show a starting point for how to program this?
Thanks very much for any help.