Thread
:
"Button Click" Macro
View Single Post
#
1
Posted to microsoft.public.excel.programming
curlydave
external usenet poster
Posts: 206
"Button Click" Macro
Something Simple Like
Sub Button1_Click()
ActiveCell.Offset(0, 1) = Time
End Sub
Reply With Quote
curlydave
View Public Profile
Find all posts by curlydave