Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Right click sheet tabview codeinsert this
Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Cells.Count 1 Then Exit Sub MsgBox "hi" End Sub -- Don Guillett Microsoft MVP Excel SalesAid Software "Vijay Chary" wrote in message ... Hi Kiba ! :) You need to write an event procedure as follows. Private Sub Selection change() If Instr(1,selection.address,":") 0 then Msgbox "Selection not valid !! Endif End sub This procedure displays an error message if a range larger than 1 cell is selected. I hope you are able to adapt it ( use the idea ) for your specific need. Good luck ! "Kiba" wrote: I need a macro that will prevent users from selecting more than one cell at a time. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA: Column Select then Data Select then return to cell A1 | Excel Discussion (Misc queries) | |||
Using formulas to select cells (Ex: Select every nth cell in a col | Excel Discussion (Misc queries) | |||
Run Macro from cell change THEN select adjacent cell | Excel Programming | |||
How to point to (select) a cell to the left from a cell where I enter the = equal sign? | Excel Discussion (Misc queries) | |||
Select cell, Copy it, Paste it, Return to Previous cell | Excel Discussion (Misc queries) |