Hello everyone
I have just started using VBA and have had a little success on the easier things, but I am now struggling with the following scenario.
I am trying to use VBA to write a Macro the will format a list of data which has been exported into excel (the number of rows are never the same) and I have not been able to figure out how to write the VBA code so that the Macro will do three different things to a cell/row as listed below and recognises that it should use the second of the newly inserted rows.
I basically trying to write the Macro to do the following:
1) Insert two rows after each data change in column A
2) In the second of the newly inserted rows I need to put in headings for each column (A:J)
3) I then need to Bold and colour each cell
I am also struggling with the fact that the number of rows are not constant with each download
I would be grateful for any help you could give me, as I have been trying to figure this out for two days and can only get little bits to work
S
I have just started using VBA and have had a little success on the easier things, but I am now struggling with the following scenario.
I am trying to use VBA to write a Macro the will format a list of data which has been exported into excel (the number of rows are never the same) and I have not been able to figure out how to write the VBA code so that the Macro will do three different things to a cell/row as listed below and recognises that it should use the second of the newly inserted rows.
I basically trying to write the Macro to do the following:
1) Insert two rows after each data change in column A
2) In the second of the newly inserted rows I need to put in headings for each column (A:J)
3) I then need to Bold and colour each cell
I am also struggling with the fact that the number of rows are not constant with each download
I would be grateful for any help you could give me, as I have been trying to figure this out for two days and can only get little bits to work
S