Can we change subtotal figure as per decimal. I have a master data. Where a project have 3 decimal should reflect. And for rest decimal not required. If I click Slicer, it shows either decimal or without decimal.
I am scanning everyday some barcodes, when we are scanning row 1-10 in column A, then i need curser automatically in Column B. But its continuous going down 11,12,13 like that
the clock will start automatically when the workbook is opened. Just paste the updated code into a new module, and the clock will start running as soon as the workbook is opened.
the clock will start automatically when the workbook is opened. Just paste the updated code into a new module, and the clock will start running as soon as the workbook is opened.
Private Sub Workbook_Open() StartClock End Sub Sub UpdateClock() ' Update the clock display every second Range("A1").Value = Now Application.OnTime Now + TimeValue("00:00:01"), "UpdateClock" End Sub Sub StartClock() ' Start the clock UpdateClock End Sub Sub StopClock() ' Stop the clock On Error Resume Next Application.OnTime Now + TimeValue("00:00:01"), "UpdateClock", , False End Sub
the clock will start automatically when the workbook is opened. Just paste the updated code into a new module, and the clock will start running as soon as the workbook is opened.
My knowledge increase watch your video sir thank you alots ❤
Good Job Keep Going on
Can we change subtotal figure as per decimal. I have a master data. Where a project have 3 decimal should reflect. And for rest decimal not required. If I click Slicer, it shows either decimal or without decimal.
Nice video
Nicely explained. Keep it up.
Sir is it predetermined information you have selected on a digital clock in a developer tab for everyone except for a range?let me confirm please
I am scanning everyday some barcodes, when we are scanning row 1-10 in column A, then i need curser automatically in Column B. But its continuous going down 11,12,13 like that
Very good 🎉
Thank you so much. Stay tuned for latest videos
The best❤
Sir same bana Diya thank you sir
You are mostly welcome. Stay tuned for latest videos
Thank you.
Thanks lot🎉🎉
Wonderful
Thank you
Hello sir, i asked to many channels, but no one answered. Please help me. I need a little help
Good
Thank you so much. Stay tuned for latest videos
Nice
Bhai sab se sahi tariya ye hai =Now()+1
I did Step To Step But & Code Also Type Same to Same .....But Clock is Not Working Automatically.........
Sir Version Kon Sa hai Aapka 🤔🤔🤔
2013
thumsup
If I close the excel
And open it again then not working
Thanks Brother
Not coming showing error as compile error invalid use of property
Date ka bhi bana do sir
the clock will start automatically when the workbook is opened. Just paste the updated code into a new module, and the clock will start running as soon as the workbook is opened.
It stops when we close the sheet??
See my above Code
the clock will start automatically when the workbook is opened. Just paste the updated code into a new module, and the clock will start running as soon as the workbook is opened.
@@msi________2760Where is it?
After sheet is closed and open time stop running
The time is not exact. How to solve this? Its 4pm in computer but in excel its 1am
after save and close, not running the clock reopen sheet. Why? Please explain.
C++ ki video dijiye please sir help me
Ok... I'll try
It runs in every other sheet automatically. How to run in only first sheet?
Go to basic visual and find clock and stop and close the basic visual and your done
Only C2 cell me hota hai aur koi cell me nhi
Sir error bta rha ha
Requesting you kindly watch out the full video carefully, then apply the VBA code
Sir pura full video dekhe ha
Sab kuchh same to same tabhi bhi nhi ho rha ha
Private Sub Workbook_Open()
StartClock
End Sub
Sub UpdateClock()
' Update the clock display every second
Range("A1").Value = Now
Application.OnTime Now + TimeValue("00:00:01"), "UpdateClock"
End Sub
Sub StartClock()
' Start the clock
UpdateClock
End Sub
Sub StopClock()
' Stop the clock
On Error Resume Next
Application.OnTime Now + TimeValue("00:00:01"), "UpdateClock", , False
End Sub
Good
the clock will start automatically when the workbook is opened. Just paste the updated code into a new module, and the clock will start running as soon as the workbook is opened.