![]() |
|
#16
|
|||
|
|||
|
hi, i (you) finally finished it, thanks for all your help sir!
can you help me with a simple "find.boarders = true insert before"? (trying to insert a character before every instance of a character border Code:
Sub insertbefore
'
'
Selection.find.boarders = True
With Selection.find.Replacement.Font
.Size = 8
.Color = 49407
.Superscript = True
.Subscript = False
End With
Selection.find.Execute Replace:=wdReplaceAll
End Sub
|
| Tags |
| complex, connected, insert, macro, n00b |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adding information from a array into a table | jcorti | Word VBA | 4 | 01-10-2014 10:58 PM |
Convert String Array to Integer Array from a User Input?
|
tinfanide | Excel Programming | 4 | 12-26-2012 08:56 PM |
Complex array formula
|
andrei | Excel | 9 | 02-03-2012 03:40 AM |
| How to capture start and ending Ref. Nos. in an array | KIM SOLIS | Excel | 5 | 09-07-2011 07:43 AM |
| Look up an array based on user input | johnsmb | Excel | 2 | 01-07-2011 01:12 PM |