Hi All,
I have a data in below form, i dont know the last row. I want to increase the value by 1 after 100th row IN VBA. For example A1 cell has value "RateCard" so the A1 to A100 cell will have the value "RateCard" and from A101 to A200 will have value "RateCard1" and from A201-A300 will "RateCard2" and so on....
Thank you for your suggestion
COLUMN A
RateCard
RateCard
RateCard
RateCard
RateCard
RateCard
RateCard
RateCard
.
.
.
.
RateCard
.
.
Nth Row
I have a data in below form, i dont know the last row. I want to increase the value by 1 after 100th row IN VBA. For example A1 cell has value "RateCard" so the A1 to A100 cell will have the value "RateCard" and from A101 to A200 will have value "RateCard1" and from A201-A300 will "RateCard2" and so on....
Thank you for your suggestion
COLUMN A
RateCard
RateCard
RateCard
RateCard
RateCard
RateCard
RateCard
RateCard
.
.
.
.
RateCard
.
.
Nth Row