highlighting a row in a macro
Posted by jason on October 04, 1999 9:58 AM
i modify an excel file that is generated from a database twice a day. i have a macro that does most of the formatting, but i can't figure out how to do a few crucial steps. for starters, i have 5 columns (W-AA) that, if any of the cells are blank, the entire row needs to be highlighted. i used conditional formatting to highlight the individual cell, but i can't get it to highlight the entire row. any ideas?
also, the file doesn't have a static amount of entries, but i want to automatically number the rows. in my macro i insert a column, and fill down with the numbers from 1 to 100 (larger than the file ever gets) and just remove the excess. is there a way to tell the macro to fill to the end of the file?
Thanks,
Jason