Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
Could anybody help to get the code that can copy the value of cell to clipboard in double click? I tried this but it copies the cell not the value of cell: Private Sub Worksheet_BeforeDoubleClick(ByVal _ Target As Range, Cancel As Boolean) On Error Resume Next If Target.Value < "" Then Target.Copy End If Cancel = True End Sub Your responses are highly appreciated. Yours:Lassaad |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Click on graph bar to execute a double-click in a pivot table cell | Charts and Charting in Excel | |||
Double click in a Cell | Excel Discussion (Misc queries) | |||
double click a cell and add 1 to that cess | Excel Discussion (Misc queries) | |||
how to copy on double-click the cell value to Clipboard | Excel Worksheet Functions | |||
how to copy on double-click the cell value to Clipboard | New Users to Excel |