G
Gautam
I am find an error in this statement, and the error shown is
"Application defined error or object defined error"
ActiveSheet.Range(Chr(r + 64 + 0) & c).Formula = "=index(" & Chr(11 +
64) & "2:" & Chr(11 + 64) & (max_date) & ",match(" & Chr(1 + 64) & r &
",L2:L" & max_row & "))"
The above statement basically used to match the data from one column
with any column, corresponding to the indexed column. used for
matching dates and times
Could any one please solve this
"Application defined error or object defined error"
ActiveSheet.Range(Chr(r + 64 + 0) & c).Formula = "=index(" & Chr(11 +
64) & "2:" & Chr(11 + 64) & (max_date) & ",match(" & Chr(1 + 64) & r &
",L2:L" & max_row & "))"
The above statement basically used to match the data from one column
with any column, corresponding to the indexed column. used for
matching dates and times
Could any one please solve this