023. How to use TIMER in VBA to run a MACRO at a Constant INTERVAL of TIME (and how to stop it)

  Рет қаралды 7,271

EXCEL WIZARD IN MINUTES

EXCEL WIZARD IN MINUTES

Күн бұрын

Пікірлер: 7
@omnipop4936
@omnipop4936 4 ай бұрын
Thanks for this lesson. Is there a way to make Excel play a short video or to display a small picture at various times of day, or at one certain time every day (assuming the workbook is open)? (Example: At 5:00 PM every day, show a short 10 second video of someone doing a task which needs to be done at that time.) Thanks for any help on it.
@EXCELWIZARDINMINUTES
@EXCELWIZARDINMINUTES 4 ай бұрын
@omnipop4936 yes it is possible. I have to create a userform and open it using the timer. In this userform, u have to put a media player as a button (the same way u have buttons, text, etc...). Here is a sample code at form initialization (hopefully it will kick start ur reasearch to make it work): Private Sub UserForm_Initialize() ' Path to the video file Dim videoPath As String videoPath = "C:\Path\To\Your\Video.mp4" ' Change this to your video file path ' Set the URL of the Windows Media Player control Me.WindowsMediaPlayer1.URL = videoPath ' Play the video Me.WindowsMediaPlayer1.Controls.play End Sub
@appsleek
@appsleek 2 жыл бұрын
Thank you for taking your time to do this video, but I still have a challenge implementing it. Is there a way I can contact you directly so I explain in details the challenge?
@EXCELWIZARDINMINUTES
@EXCELWIZARDINMINUTES 2 жыл бұрын
Unfortunately, I just teach concepts to be applied on projects. In this case, I advise you to get pro help. Sorry for not being more helpful.
@appsleek
@appsleek 2 жыл бұрын
@@EXCELWIZARDINMINUTES Please this is the detailed information of the challenge 👉 kzbin.info/www/bejne/oKjbgoeJe9WNnq8
@markhuang368
@markhuang368 10 ай бұрын
Thank you.
@EXCELWIZARDINMINUTES
@EXCELWIZARDINMINUTES 10 ай бұрын
Welcome Mark! 😊
Run Macros at Set Intervals in Excel
13:20
TeachExcel
Рет қаралды 22 М.
Automatically Run a Macro Every X Minutes or Hours
11:32
Computergaga
Рет қаралды 94 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Automate Macros to RUN based on Time
6:12
Excelibur
Рет қаралды 11 М.
Learn Excel VBA to Automate Anything
14:02
Kenji Explains
Рет қаралды 530 М.
Use Excel VBA to Read API Data
20:48
Excel Macro Mastery
Рет қаралды 145 М.
Schedule Excel Macro to Run Automatically at certain time
10:59
Excel Destination
Рет қаралды 79 М.
How to Schedule a Macro to Run at Certain Times
15:46
Sigma Coding
Рет қаралды 30 М.
How to Create a Countdown Timer Clock in Excel and VBA
8:25
anameiwontforget
Рет қаралды 251 М.
Excel VBA - How to Run Macro when Cell Changes
7:37
Essential Excel
Рет қаралды 41 М.
Better than XLOOKUP? Try SUPERXLOOKUP!
11:39
Excel Off The Grid
Рет қаралды 54 М.