Hello
I am new to using macros and have made my first simple one today to resize images becuase I have a lot of repetive formatting to do on my spreadsheets.
What i need to do is look at a cell in column A and see if the cell cntents is equal to "Sq". if it is, I need to insert an empty row above but also make the whole row (with "Sq" in there) bold so it looks like a heading.
I haven't used VB in about 5 years but will understand the code.
There is another macro that i think i could try and build on from that, and that is for a different worksheet. I presume thi swould use a simple case statement. If column A has a certain value, then again the whole row is made bold and font colour changes. I would need to add another check on, say column B to see if the value is equal to zero. If it is ,the same again where it formats the font as bold and changes the font colour.
Can anyone please help me write a macro that will format my worksheet based on some conditions and also insert rows on aother worksheet?
I am new to using macros and have made my first simple one today to resize images becuase I have a lot of repetive formatting to do on my spreadsheets.
What i need to do is look at a cell in column A and see if the cell cntents is equal to "Sq". if it is, I need to insert an empty row above but also make the whole row (with "Sq" in there) bold so it looks like a heading.
I haven't used VB in about 5 years but will understand the code.
There is another macro that i think i could try and build on from that, and that is for a different worksheet. I presume thi swould use a simple case statement. If column A has a certain value, then again the whole row is made bold and font colour changes. I would need to add another check on, say column B to see if the value is equal to zero. If it is ,the same again where it formats the font as bold and changes the font colour.
Can anyone please help me write a macro that will format my worksheet based on some conditions and also insert rows on aother worksheet?