Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Perfect. Thank you.
-----Original Message----- In that case I'd use something like: Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range) Dim myForm As UserForm1 With Target If .Count 1 Then Exit Sub If Not Intersect(.Cells, Range("A1:A50) Is Nothing Then Set myForm = New UserForm1 myForm.Show End If End With End Sub In article <KNO1c.1231$m56.435@newsfe1-win, "paul" wrote: The tip works fine. Can I extend the active cell as a range. For example A1:A50 ? . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup if #N/A then enter enter data in cell I4 | Excel Discussion (Misc queries) | |||
Enter multiple numbers in a cell so total shows when enter keypres | Excel Worksheet Functions | |||
Auto enter date when data in enter in another cell | Excel Worksheet Functions | |||
How to point to (select) a cell to the left from a cell where I enter the = equal sign? | Excel Discussion (Misc queries) | |||
how do I enter a RETURN (Enter) in a cell in EXCEL2003 | Excel Discussion (Misc queries) |