Automatically translated.View original post

Gentle Excel 🔰 The clock moves

← Easy Excel time saving technique (@ oharu _ work)

Thank you for watching 😊

🎙️ Sound Ali Recommended

[Digital clock code that moves automatically]

Subdigital _ clock ()

Range ("B5"). Value = Now

Application.OnTimeNow + TimeValue ("00: 00: 01"), "digital _ clock"

End Sub

⚠️ Note ⚠️

1. Change "B5" in Range ("B5") to the cell number you want to display the clock

2. When saving, select "Excel Macro Enabled Workbook (.xlsm)."

If you want to stop the clock, close the Excel file.

"Macro seems difficult..." I avoided 🔰

The moment the clock moves in my Excel,

A little touching ✨

Even I, who tried macro for the first time, could do it,

Everyone will definitely be okay!

⚠️ I stumbled here!

When an error occurs

I wrote the code "B5" wrong 😂

The "B5" part is

Please choose the cell where you entered = now () yourself!

* It may not work depending on the version or specification

Next time, we will shorten the time to 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 Time Shortening Techniques# excel _ beginner

1/26 Edited to

... Read moreExcelでデジタル時計を作成する際に知っておきたいポイントをさらにご紹介します。 まず、このマクロは指定したセル(例:B5)に現在の時刻を1秒ごとに反映させる仕組みです。セルの番地は自由に変更可能ですが、自分が見やすい場所を選ぶと使いやすいです。 次に、「Excel マクロ有効ブック(.xlsm)」で保存しないとマクロが機能しないので注意しましょう。保存時に誤って通常の.xlsx形式で保存すると時刻が動きません。 また、ExcelのバージョンやPC環境によっては動作に差が出る場合があります。私も最初はうまく動かず、セル指定ミスが原因でエラーが出ましたが、セル名の確認やコードのコピーを丁寧にしたことで解決しました。 デジタル時計以外にも、エクセルで時間管理やタイマー機能を作りたい場合はVBAのOnTimeメソッドを活用すると便利です。このコードはエラーが出た時に修正しやすいシンプルな例なので、VBA入門者にも特におすすめ。 さらに、OCRで認識された「=NOW()」関数はExcelの基本関数で、マクロと組み合わせることでリアルタイムの時間表示が可能です。セルの表示形式を「時刻」や「h:mm:ss」に設定すると見やすい時計表示になります。 初心者でも成功体験を積むことで、マクロの苦手意識が克服でき、日常業務の時短につながると感じています。もしエラーや設定について不安があれば、ぜひ気軽にコメントやDMで質問してみてくださいね。