Hi all,
I require valuable help for creating a macro.
I have data in a worksheet (say sheet 1) from I4 to U1000. The headings are in I4:U4 and there are formulas in I5 to I1000 and J5 to J1000. Users enter data from column K to U row 5 onwards.
Now i want a macro which does the following:
1) As soon as users enter "Submitted" in col R and some value in col S - example R10 = Submitted and S10 = Value - the macro should select the range I4:U10 [I4 is top of table and U is the last column which has data and U10 since user enter the data in 10th row in example which i am providing]
2) The macro should then copy the range I4:U10 and past special values in the same range.
The next time when users enter data in say R15 (=Submitted) and S15 (=any value) the macro should work again and select the range I4:U15 and copy paste values in the same range.
Thank you all for any help provided.
Best regards,
Rahul
I require valuable help for creating a macro.
I have data in a worksheet (say sheet 1) from I4 to U1000. The headings are in I4:U4 and there are formulas in I5 to I1000 and J5 to J1000. Users enter data from column K to U row 5 onwards.
Now i want a macro which does the following:
1) As soon as users enter "Submitted" in col R and some value in col S - example R10 = Submitted and S10 = Value - the macro should select the range I4:U10 [I4 is top of table and U is the last column which has data and U10 since user enter the data in 10th row in example which i am providing]
2) The macro should then copy the range I4:U10 and past special values in the same range.
The next time when users enter data in say R15 (=Submitted) and S15 (=any value) the macro should work again and select the range I4:U15 and copy paste values in the same range.
Thank you all for any help provided.
Best regards,
Rahul
Last edited: