Is there a way to automatically fill in numbers dynamically every day, not just for dates and times but for all numbers involved?
For example, if today’s date is automatically entered into a blank field, the next day it would be filled with the date for that day.
For this moment, I use “type into” or “Keyboard Shortcut” to fill in the blank.
What does this mean? What are “all numbers involved”?
Today’s date is just Now.ToString(“MM/dd/yyyy hh:mm tt”) and you can modify that format to what you want. For example “MM/dd/yyyy” will give you just the date, “hh:mm tt” will give you just the time with am/pm. “HH:mm” will give you the time in 24-hour format with no am/pm. Many different ways you can do the format: