Good afternoon,
I have a workbook that has 5 or more sheets.
The sheet I require this macro in is called "TRIAL"
The sheet contains a data dump from another software program and I would like to create a macro and make the following happen:
Look at column J AND column L - if there is no data in either row - hide the entire row PROVIDING ANY DATA IN COLUMN E OF THE SAME ROW DOESN'T CONTAIN DATA THAT IS IN BOLD
So, as an example, for row 1...
If column E contained data but it wasn't bold, and there was no data in J or L - hide
if column E contained BOLD data but there was no data in J or L - keep
if column E contained data but it wasn't bold, and there was data in J or L - keep
I would call the macro "condense"
Can that be done?
Thank you in advance.
I have a workbook that has 5 or more sheets.
The sheet I require this macro in is called "TRIAL"
The sheet contains a data dump from another software program and I would like to create a macro and make the following happen:
Look at column J AND column L - if there is no data in either row - hide the entire row PROVIDING ANY DATA IN COLUMN E OF THE SAME ROW DOESN'T CONTAIN DATA THAT IS IN BOLD
So, as an example, for row 1...
If column E contained data but it wasn't bold, and there was no data in J or L - hide
if column E contained BOLD data but there was no data in J or L - keep
if column E contained data but it wasn't bold, and there was data in J or L - keep
I would call the macro "condense"
Can that be done?
Thank you in advance.