D
Dan Tabla
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).Execute
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!!!
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).Execute
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!!!