When i compile code in vba, it show message Compiler to large.
my code over 30 line as the following:
result = Application.WorksheetFunction.VLookup(dt, sheet2.Range("B11:E15"), 4, False)
sheet1.Range("E9").Value = result
Any solutions ?
Regards