Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CausesValidation

Status
Not open for further replies.

lode

Programmer
Nov 8, 2001
208
BE
Hi,

I made a few forms in excel.
I have to validate the values in the textboxes.
The CausesValidation seems not to be in the VBA-objectlibrary.
So, i searched it in the objectlibray from VB
I made a reference to it but it still doesn't appear ??

Anybody who knows this ??

Thanks

Lode.

 
I don't know anything about CausesValidation. I think the problem you're having is because the textboxes you are using are not VB6 objects - they are VBA objects, for which the method you are requiring is simply not available.
Rob
[flowerface]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top