Easy Excel 🔰 clock🕰️
← Easy Excel time saving technique (@ oharu _ work)
Thank you for watching 😊
🎙️ Sound Ali Recommended
"Macro seems difficult..." I avoided 🔰
However, the moment the clock moved in my Excel... honestly, I was very impressed ✨
[Copy and paste OK! Digital clock that runs automatically]
Subdigital _ clock ()
Range ("B5"). Value = Now
Application.OnTimeNow + TimeValue ("00: 00: 01"), "digital _ clock"
End Sub
------------------------------------
⚠️ Before using it in practice! Caution ⚠️
------------------------------------
① When changing the cell you want to display, change "B5" in the code to your favorite cell name (such as "A1")
② When saving, set the file type to "Excel Macro Enabled Workbook (.xlsm)."
③ ⚠️ [Super important]
When you move the macro, the history of "Undo (Ctrl + Z)" disappears.
Furthermore, the clock pauses during character input, so it is recommended to enjoy it as a "table clock dedicated sheet" or "for dashboard display" instead of an important work file 💡
💻
When entering or editing characters, the macro may stop behind the scenes and an error may occur. Rather than for hard work, try using it for appreciation to raise tension!
Nowadays, it is easy to make a clock with AI, but I hope that comrades who are not good at "macro = difficult spell" can see it as an example of being able to move it with their own hands 😊
So that you can look back at any time later, it is convenient to [Save] from the "ribbon mark" in the lower right 🔖
* It may not work depending on the version or specification
Next time, we will make your daily life easier.
i will deliver it, so please save it and look back
*********************************************
Make some free time /
Mac 17 years | Windows 3 years
We are sending the struggle story of Excel de beginner 🔰.
Please like and follow me if you like
▶️ _ work
Please feel free to DM and comment
********************************************* "
Excel Time Shortening Easy Excel Excel beginner # excel _ beginner
私も最初はマクロに抵抗がありましたが、この簡単な自動デジタル時計マクロを使ってみて、Excelの可能性に驚きました。 デジタル時計をExcel上で動かすには今回紹介された「Sub digital_clock()」のコードがシンプルで、セルを指定して今の時刻を更新し続ける仕組みです。この方法なら、毎秒自動で時刻が更新されるので常にリアルタイム表示が可能です。 注意点として、マクロ実行中は「元に戻す」機能が使えなくなり文字入力も一時停止するので、普段の仕事用ファイルとは分けて「置き時計専用シート」や「ダッシュボードシート」で使うのが安全です。 また、セルの書式設定で時刻の表示形式を変えられるので、日本語の「○時○分○秒」や24時間表示にも簡単にカスタマイズ可能です。私もフォントを見やすく変更して楽しんでいます。 このマクロはExcelのバージョンや環境によって動作に個差があるため、初めは試しに新規ブックで試すことをおすすめします。保存時は必ず「マクロ有効ブック(.xlsm)」で保存しましょう。 最後に、Excelマクロは自動化の入口として勉強するのに最適です。ちょっとしたワークシートが自分の手で動くと、仕事や趣味の幅が広がりやすくなります。特にExcel初心者の方はこの時計作成を通じてマクロへの苦手意識が和らぎ、次のステップへのモチベーションアップにつながるはずです。