S
Steven
Dear all,
I use visual basic toolbar and add 3 button in powerpoint2000's slide!
then I click commandbutton1 add the following method, commandbutton2 as
same!
Private Sub CommandButton1_Click()
CommandButton3.Visible = False
End Sub
Private Sub CommandButton2_Click()
CommandButton3.Visible = True
End Sub
then I click powerpoint slide show, I click commandbutton1, I still can see
commandbutton3 visible! But when I use alt+table swith to normal view mode,
I can't see commandbutton3, I can see commandbutton3 in slide show mode!
Can anyone tell me why? How do I do ? if we add the 3 button in
powerpoint2003, It has not so issue!
Thanks
I use visual basic toolbar and add 3 button in powerpoint2000's slide!
then I click commandbutton1 add the following method, commandbutton2 as
same!
Private Sub CommandButton1_Click()
CommandButton3.Visible = False
End Sub
Private Sub CommandButton2_Click()
CommandButton3.Visible = True
End Sub
then I click powerpoint slide show, I click commandbutton1, I still can see
commandbutton3 visible! But when I use alt+table swith to normal view mode,
I can't see commandbutton3, I can see commandbutton3 in slide show mode!
Can anyone tell me why? How do I do ? if we add the 3 button in
powerpoint2003, It has not so issue!
Thanks