Home |
Search |
Today's Posts |
#3
![]() |
|||
|
|||
![]() I've made a slight enhancement to Peter's code which will hide the combo unless you've selected a cell in the column11. Code: -------------------- Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Column = 11 Then ComboBox1.Visible = True ActiveSheet.Shapes("Combobox1").Left = Target.Left ActiveSheet.Shapes("Combobox1").Top = Target.Top Else ComboBox1.Visible = False End If End Sub -------------------- -- MartinShort Software Tester ------------------------------------------------------------------------ MartinShort's Profile: http://www.excelforum.com/member.php...o&userid=22034 View this thread: http://www.excelforum.com/showthread...hreadid=376700 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Password for excel sheet | Excel Discussion (Misc queries) | |||
Starting MS Excel with a worksheet other than SHEET 1 | Excel Worksheet Functions | |||
Creating GIFs in Excel 2003 for use in Dreamweaver | Charts and Charting in Excel | |||
How do I duplicate a sheet 20 times in an excel spreadsheet | Excel Worksheet Functions | |||
Hyperlink to specific sheet in Excel Web File | Links and Linking in Excel |