![]() |
|
#1
|
|||
|
|||
|
I have a word document where some paragraphs have a spurious tabstop at 0,63cm. How can I search for these and remove the tabstop? |
|
#2
|
|||
|
|||
|
Code:
Sub ScratchMacro() 'A basic Word Macro coded by Gregory K. Maxey ActiveDocument.Paragraphs.TabStops.Item(CentimetersToPoints(0,63)).Clear lbl_Exit: Exit Sub End Sub |
|
#3
|
|||
|
|||
|
Thank you so much, I will give it a go.
|
|
| Tags |
| tabstop |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to align values in a Word-Table-Column at decimal tabstop | dherr | Word VBA | 1 | 03-24-2015 03:39 PM |
| Using VBA to change styles causing TabStop problem | rjrichar40 | Word VBA | 2 | 08-12-2014 10:35 AM |
| Onenote 2013 search is not identifying search terms correctly | Delta223 | OneNote | 0 | 08-12-2014 06:40 AM |
| Search for date and then apply mutliple search criteria in huge dataset | maxtymo | Excel | 2 | 12-01-2013 04:52 AM |
Word VBA - Search a word and add/remove it
|
netchie | Word VBA | 5 | 03-19-2013 03:49 PM |