Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to create a button and put it onto a spreadsheet using VBA.
Dim cmdButton As Object Set cmdButton = CreateObject("Forms.CommandButton.1") cmdButton.Top = 0 Run time error 438; Object: doesn't support this property or method Occurs on cmdButton.Top = 0 I am trying to set the position of the top of the new command button. Where am I going wrong? Thanks, Tim |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating Custom Buttons | Excel Discussion (Misc queries) | |||
creating buttons in worksheet | Excel Discussion (Misc queries) | |||
Creating Buttons using the Forms Tool bar. | Excel Worksheet Functions | |||
Creating Macro Buttons and formatting | Excel Discussion (Misc queries) | |||
Creating navigation buttons on a worksheet | New Users to Excel |