H
homokyz
PLEASE HELP dear everyone. I have used the following macro to add
image from slide show view:
Private Sub CommandButton1_Click()
Application.CommandBars("Menu Bar") _
..FindControl(Id:=2619, Recursive:=True).Execute
Application.WindowState = 2
End Sub
I'm looking for an option to add the subrutine to position the image
instead of automaticly align to the slide center.
THANK YOU FOR YOUR HELP IN ADVANCE.
B
image from slide show view:
Private Sub CommandButton1_Click()
Application.CommandBars("Menu Bar") _
..FindControl(Id:=2619, Recursive:=True).Execute
Application.WindowState = 2
End Sub
I'm looking for an option to add the subrutine to position the image
instead of automaticly align to the slide center.
THANK YOU FOR YOUR HELP IN ADVANCE.
B