can't find macro

  • Thread starter Thread starter MrBitsy
  • Start date Start date
M

MrBitsy

I have a listbox that displays the message 'can't find the macro '.', when
it is clicked on. I have never used a macro and there is no code under the
'on click' event.

Anyone else seen this message and can help me fix it.

Ray Keattch
 
MrBitsy said:
I have a listbox that displays the message 'can't find the macro '.',
when it is clicked on. I have never used a macro and there is no code
under the 'on click' event.

Anyone else seen this message and can help me fix it.

Ray Keattch

I've seen this happen when somehow a carriage-return or space has been
entered in the event property line. Try to clear the various event
properties for the list box by clicking on each apparently blank
event-property line on the property sheet, and then pressing the Delete
key several times.
 
I've seen this happen when somehow a carriage-return or space has been
entered in the event property line. Try to clear the various event
properties for the list box by clicking on each apparently blank
event-property line on the property sheet, and then pressing the Delete
key several times.

Thanks, you got it! There was a space there once I had clicked in the
'click' event field, but of course I had just looked and saw nothing!

Thanks again,

Ray Keattch.
 
Back
Top