View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill Murphy Bill Murphy is offline
external usenet poster
 
Posts: 10
Default Broken reference for chr function

I have all the normal references set like:

VBA
Excel 10.0 Object library
Windows common controls 6.0
VBA for applications extensibility 5.3
ActiveX data objects 2.8

When I compile my VBA code containing the chr function, which I thought was
very common, I get a "Can't find project or library" error message with chr
highlighted. Is there another reference I should set in my workbook to
prevent this?

Bill