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).
 
Back
Top