Thread
:
enter time when shape is clicked
View Single Post
#
2
Posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
Posts: 11,058
enter time when shape is clicked
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 With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student