hi guys--i'm an Access programmer, but some of the guys i support wanted me to put a bunch of their excel stuff into Access for them. I need to re-format their spreadsheets to go into Access properly. it's been 5+ years since i've worked in Excel and can't quickly remember how to do what i want.
their set up: list of 'wires' in column D, from D2
86.
list of 'areas' in row2, F2:BX2
then where each row/col meet, they have either blank or an X in the middle, designating where each wire goes thru an 'area'. i can handle everything else if someone can just quickly tell me how to do this:
loop thru each 'wire', and each 'area'. if there's an X, put on a diff worksheet a list of 'wires' and associated 'areas.' if blank, just move on.
wire area
34533T BB9008
34533T BB9009
34533T BB9011
doesnt have to be fancy as i will just copy and paste this into Access. don't need headings, just the list. they have 5 spreadsheets with tons of data, and i'd like to not have to have someone type it all into access. i can figure out how to change ranges etc and make it work on other spreadsheets if i can just get the basic code for my little hack-job. thanks a ton.
their set up: list of 'wires' in column D, from D2
list of 'areas' in row2, F2:BX2
then where each row/col meet, they have either blank or an X in the middle, designating where each wire goes thru an 'area'. i can handle everything else if someone can just quickly tell me how to do this:
loop thru each 'wire', and each 'area'. if there's an X, put on a diff worksheet a list of 'wires' and associated 'areas.' if blank, just move on.
wire area
34533T BB9008
34533T BB9009
34533T BB9011
doesnt have to be fancy as i will just copy and paste this into Access. don't need headings, just the list. they have 5 spreadsheets with tons of data, and i'd like to not have to have someone type it all into access. i can figure out how to change ranges etc and make it work on other spreadsheets if i can just get the basic code for my little hack-job. thanks a ton.