Hi everyone,
I just started with VBA. I would like to open a video full screen and close it after.
Here's what I've got so far. I can open the video, but cannot play it in full screen nor close it after 1 min 53 sec.
Sub Intro()
Dim WMP As Object
'Next 3 lines work just fine, but do not...