S
sigein
Hello all ,
There is a neat feature in PowerPoint that when creating a new
presentation, labels appear saying for example: "Click to add title".
I want to do this in Word.
Im doing this in a template where I have added two buttons with
equavelent text as the one above. When I then click the button I want
the button to dissapere and let me just type in some title or
whatever.
Private Sub CommandButton1_Click()
Selection.Delete
End Sub
ofcourse there is a problem:
After I have deleted the first button and it does get deleted! I click
the other button, but nothing happens. Even if the other button does
nothing more than msgbox "me something".
NOTE! This only happens in a template, which should be relatively easy
to make(there are only image formats allowed for attatched files here
at the forum). Both buttons gets deleted if not in a template!!
Has anyone an idea of a solution?
brg, Siggi
There is a neat feature in PowerPoint that when creating a new
presentation, labels appear saying for example: "Click to add title".
I want to do this in Word.
Im doing this in a template where I have added two buttons with
equavelent text as the one above. When I then click the button I want
the button to dissapere and let me just type in some title or
whatever.
Private Sub CommandButton1_Click()
Selection.Delete
End Sub
ofcourse there is a problem:
After I have deleted the first button and it does get deleted! I click
the other button, but nothing happens. Even if the other button does
nothing more than msgbox "me something".
NOTE! This only happens in a template, which should be relatively easy
to make(there are only image formats allowed for attatched files here
at the forum). Both buttons gets deleted if not in a template!!
Has anyone an idea of a solution?
brg, Siggi