Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() For my gcse coursework in ICT i need to create a button which will insert a new row while doing this i need it to create a spinner. i can do this but i am having problems getting it to link it to the cell automatically please help. ![]() -- jamesleggit ------------------------------------------------------------------------ jamesleggit's Profile: http://www.excelforum.com/member.php...o&userid=23892 View this thread: http://www.excelforum.com/showthread...hreadid=375294 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub Macro1()
Dim spn As Spinner Dim rng as Range Set spn = _ ActiveSheet.Spinners.Add(265.5, 128.25, 21, 15) Set rng = spn.TopLeftCell spn.LinkedCell = rng.Address(external:=False) End Sub -- Regards, Tom Ogilvy "jamesleggit" wrote in message ... For my gcse coursework in ICT i need to create a button which will insert a new row while doing this i need it to create a spinner. i can do this but i am having problems getting it to link it to the cell automatically please help. ![]() -- jamesleggit ------------------------------------------------------------------------ jamesleggit's Profile: http://www.excelforum.com/member.php...o&userid=23892 View this thread: http://www.excelforum.com/showthread...hreadid=375294 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
create a button when pressed it will +1 to another field | Excel Discussion (Misc queries) | |||
How to create a link by using command button in VB | Excel Discussion (Misc queries) | |||
Can't select macro button after other button is pressed | Excel Programming | |||
How do I create a button or control that will automatically go to | Excel Worksheet Functions | |||
Which button was pressed? | Excel Programming |