Hi!!
My requirement is as follows
i have 2 sheets in my workbook
1. sheet1 (user input)
2. sheet2 (write protected, only for viewing data)
Range "a8" in "sheet1" and "a8" in "sheet2" are related
when user changes the formatting of Range "a8" in "sheet1",
i want it to be reflected in "sheet2"
i tried it in the following way, but did not work
a. made a macro(copy_data) that will copy the contents with formatting
b. i had set the formula for range "a8" in sheet2 as "=copy_data(sheet1!a8)"
this method didnt work out
Please help
My requirement is as follows
i have 2 sheets in my workbook
1. sheet1 (user input)
2. sheet2 (write protected, only for viewing data)
Range "a8" in "sheet1" and "a8" in "sheet2" are related
when user changes the formatting of Range "a8" in "sheet1",
i want it to be reflected in "sheet2"
i tried it in the following way, but did not work
a. made a macro(copy_data) that will copy the contents with formatting
b. i had set the formula for range "a8" in sheet2 as "=copy_data(sheet1!a8)"
this method didnt work out
Please help