see value of class property

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to debug some code and have the following:

MsgBox clsfrmBrMain.brRecordCount.Value

where brRecordCount is a property of class clsfrmBrMain. I get an error that
brRecordCount is an invalid qualifier. How do I view the value of
BrRecordCount?
 
Sorry to bother you guys. I got it. I just took "value" off. (I thought I had
tried that first).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top