I have the following macro/script and need to add after every program (where I have left the spaces with *********************** either side where these commands need to go) an if command that if the macro finds text in the first 8 characters of this field to capture this info and save to a .txt...
How do you know if there is something in an object
Dim rstObjct As Object
Set rstobjct = pvsomething
If rstobjct = Nothing Then
The if statement does not work. How do I do this?
Can anyone help?
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.