![]() |
#3
|
|||
|
|||
![]()
Thanks Steve,
But as per our corporate policy we need to mark something at the location of deletion of text. Any today I could crack it. I'm using Borders and shading feature of Word for highlighting deleted texts. I've made a small macro for that. Sub Macro1() ' ' Macro1 Macro ' Macro recorded 4/23/2010 by sahjos ' If Len(Selection.Range) = 0 Then MsgBox "Select text first!", vbCritical, "No Text Selected" Exit Sub End If With Selection.Font With .Borders(1) .LineStyle = wdLineStyleSingleWavy .LineWidth = wdLineWidth075pt .Color = wdColorPink End With End With End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to print what you really want | Rkramkowski | Project | 2 | 06-20-2023 03:49 AM |
Print Error. Help Please | ashmae | Word | 0 | 03-05-2010 11:53 AM |
![]() |
anthrax19888 | Word | 1 | 10-12-2009 08:09 AM |
Can I Print Without 'Tracked' Changes? | abrogard | Word | 2 | 01-25-2009 07:13 PM |
print setup | alkey | Excel | 1 | 02-09-2007 06:47 AM |