Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a procedure (shown below) which makes a Controls Toolbar button vizible if "A1" is selected. An unfortunate side effect is that having this procedure kills the ability to copy and paste -- if something had been selected and copied, it disappears once any other cell is clicked. Can anyone suggest a work around? Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range) If Target.Address = "$A$1" Then AddFundButton.Visible = True Else AddFundButton.Visible = False End If End Sub Many thanks in advance, Bura |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
launching Excel clears clipboard | Excel Discussion (Misc queries) | |||
How to permantently hide clipboard pane on the right side of Word/Excel 2003? | Excel Discussion (Misc queries) | |||
How2 setup one page distribution report side by side results | Charts and Charting in Excel | |||
Strange behaviour - loading Excel clears Clipboard | Excel Discussion (Misc queries) | |||
Display columns side by Side in the Data Area of a Pivot table | Excel Discussion (Misc queries) |