Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
use the selectionChange event
Private Sub Worksheet_SelectionChange(ByVal Target As Range) Application.CutCopyMode = False End Sub of course if macros are disabled, then this won't help -- Regards, Tom Ogilvy " wrote: What I meant was when a person presses on the Paste icon or "CTRL-V", instead of pasting like usual (i.e. with all formats etc), it will only paste as text without any format. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find and replace help with copy paste | Excel Discussion (Misc queries) | |||
How do I paste to append instead of replace existing data? | Excel Discussion (Misc queries) | |||
Paste in Find and Replace Dialogue | Excel Programming | |||
Paste in Find and Replace Dialogue | Excel Programming |