Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you Paul worked perfectly.
"Miree" wrote: I have a code, which works when i select run but i can not connect it to a command button, I can get the code to work if i paste in to the work book(but not the command button) but can not get it to work in the worksheet where command button is. Sub AutoNumber() ' AutoNumber Macro Sheets("Formulations").Select i = Range("A2") + 1 Sheets("Formulation").Select Range("E17:E18") = i End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deselect Command Button by Selecting another Command Button | Excel Programming | |||
Code created in a Macro not working for a Command Button | Excel Programming | |||
command button isn't working | New Users to Excel | |||
Command Button not working once sheet is protected | Excel Programming | |||
Non Working Cells after command button | Excel Programming |