I have a recordset that is generated in a module and I need it to be made available to code running behind a form.
I have tried:
--Form Code
Public rsAuthor As ADODB.Recordset (declared on the form, not the module)
Public rsTypist As ADODB.Recordset (declared on the form, not the module)...
Hi.
I'm trying to write some VBA code that will identify the number of an individual word instance....
i.e 'happy' is featured in the document 12 times, I'd like a function or some code that would return me '12'.
I've looked in many places and this doesn't seem like a common problem.
Thanks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.