View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dan Tabla[_2_] Dan Tabla[_2_] is offline
external usenet poster
 
Posts: 51
Default Error in loading DLL

I have a program that evolved for few months. Initialy, I had a form with
some checkBoxes but by the time I ended up not using one
of the checkBox therefore I deleted from the UserForm.

Now, when I tried to delete this code or put ' sign:


If chkRuby Then
Application.CommandBars.FindControl(ID:=1849).Exec ute
End If


the Excel is giving me this error "Error in loading DLL"

Is true that my code is not well organized and very long but...

Thank you for any suggeston, idea!!!