protect02476
New Member
- Joined
- Apr 1, 2010
- Messages
- 6
I tried converting an excel 2003 wb to 2007 and recieved this error message when clicking one of the macro enabled comboboxes in the wb:
Compile error: Sub or Fuction not defined
Private Sub Combobox2_Change()
Call include_logo (Combobox2.Value)
End Sub
I didn't write the VBA code so I will not be able to help much in answering any technical questions. I'd be willing to send the file to you for examination. Can anyone help? Thanks in advance!
Compile error: Sub or Fuction not defined
Private Sub Combobox2_Change()
Call include_logo (Combobox2.Value)
End Sub
I didn't write the VBA code so I will not be able to help much in answering any technical questions. I'd be willing to send the file to you for examination. Can anyone help? Thanks in advance!
Last edited: