I have tried using the method outlined in the MS Support Article ID: 285820 for displaying images from a folder in a form. They provide code for a Public Function called DisplayImage. I copied and pasted it into a new Module and it complied without an error. Then in the form that displays the image they instruct me to insert the following code:
Private Sub Form_AfterUpdate()
CallDisplayImage
End Sub
When I complied the code I get the error: Sub or Function not defined. How do I "define" the function?
VBA is still new ground for me. Thanks in advance for any help on this, and a MERRY CHRISTMAS to ALL!
Private Sub Form_AfterUpdate()
CallDisplayImage
End Sub
When I complied the code I get the error: Sub or Function not defined. How do I "define" the function?
VBA is still new ground for me. Thanks in advance for any help on this, and a MERRY CHRISTMAS to ALL!