script for buttons

O

Old Kiap

Can anyone assist me please. I was using Lotus script in Lotus 123 but wish
to change to using Excel Lotus I was using was :-
Sub Click(Source As Buttoncontrol)
[ACTYPE].Select
Selection.Contents = "Pull Up"
End Sub

Am trying to enter the text "Pull Up" into a cell in Excel by clicking on a
button.
Tks
 
G

Gary''s Student

Here is something for a Forms-button:

Sub Button1_Click()
'
' Button1_Click Macro
' Macro recorded 11/16/2009 by James Ravenswood
'

'
Range("G19").Value = "1"
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top