Error complie code in excel vba -
when compile code in vba, show message compiler large.
my code on 30 line following:
result = application.worksheetfunction.vlookup(dt, sheet2.range("b11:e15"), 4, false) sheet1.range("e9").value = result
any solutions ?
regards
see website http://support.microsoft.com/kb/983044 need break code smaller pieces not exceed 64k. need write code on 32 bit computer guarantee compatibility.
Comments
Post a Comment