Hi All,
I am using below mentioned code for consolidating data.
can any one assist me to paste all the data as value while consolidating in "consolidate data" sheet.
[CODE]
Sub CopyRange()
Dim bottomD As Integer
Application.ScreenUpdating = False
Dim WS As Worksheet
For...