View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Check for Complie Error in VBA code via VBIDE

Does the VBIDE provide any methods or properties that detect complie errors
in target code? I realize that a macro to check for a compile error in a
target file would not even start if there was a compile error. But if you
were checking this outside of Excel (say VB.Net or C#) coudl you test a code
module for this in a target file?

Thanks

EM