R
Rick B
Hello and thanks for your time. I am pretty good with Access vba, but not
so handy in Word.
I have a picture in my document that is basically a chart. I put several
very small buttons on top of this picture. I would like for my users to be
able to click one, and have a messagebox appear with details.
I added the following....
Private Sub CommandButton1_Click()
Msgbox ("test")
End Sub
When I click the button, nothing happens.
Can anyone shed some light here?
Thanks!!
Rick B
so handy in Word.
I have a picture in my document that is basically a chart. I put several
very small buttons on top of this picture. I would like for my users to be
able to click one, and have a messagebox appear with details.
I added the following....
Private Sub CommandButton1_Click()
Msgbox ("test")
End Sub
When I click the button, nothing happens.
Can anyone shed some light here?
Thanks!!
Rick B