Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Mr. Low
Paste this event code into the sheet module. Private Sub Worksheet_Change(ByVal Target As Range) 'retain formatting when a cell or cells is/are copied over Dim myValue With Application .EnableEvents = False myValue = Target.Value .Undo Target = myValue .EnableEvents = True End With End Sub Gord Dibben MS Excel MVP On Wed, 6 Jun 2007 04:51:01 -0700, Mr. Low wrote: Dear Sir, I have successfully default every new worksheet I open with blue color MS San Serif 8 pt font. Any direct data entry to this worksheet will have this font default. But whenever I copy some data with other font types and paste it to the worksheet, the default font settings does not apply. I need to reset the font to my default each time I paste the data from other sources. Is there a way to enable the pasted data to follow my default font ? Thanks Low |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002: Can I default font color for every new file created ? | Excel Discussion (Misc queries) | |||
Pictures pasted as bitmap don't appear in Excel 2002 | Excel Discussion (Misc queries) | |||
Changed default font, previous font still shows when editing | Excel Discussion (Misc queries) | |||
Changed default font, previous font still shows when editing | Excel Discussion (Misc queries) | |||
Borders do not need to be pasted, this should be the default posi. | Excel Discussion (Misc queries) |