Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want users to click a shape when they are done entering data, so that the
current time is entered into another cell. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assign the following macro to the Shape:
Sub timeIt() Range("B9").Value = Time() End Sub Adjust the address to suit. -- Gary''s Student - gsnu200806 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
looking to create a time + text history when a button is clicked? | Excel Worksheet Functions | |||
How can you draw a shape when the values change each time?? | New Users to Excel | |||
setup a spreadsheet that would enter an "X" when cell is clicked | Excel Worksheet Functions | |||
How to auto-enter date when cell is clicked? | Excel Discussion (Misc queries) | |||
Run-Time Error: You must select a shape | Excel Worksheet Functions |