Please help me in the below code for paste special values.
Range(ActiveCell.Offset(0, -9), ActiveCell).Copy Sheets("c").Range("a65536").End(xlUp).Offset(1, 0)
Hi,
I am having a data in one sheet, which will get updated everyday. In different cells i am having different machine priority list. As and when i update the data in the respective sheet, i need a button called "allocate" which when hit will allocate the respective contents in the appropriate...
Hi
I am having a data in one sheet, which will get updated everyday. In different cells i am having different machine priority list. As and when i update the data in the respective sheet, i need a button called "allocate" which when hit will allocate the respective contents in the appropriate...