![]() |
|
|
|
#1
|
|||
|
|||
|
At the risk of being even more of a pain, is there a string of code I can add to the macro so that the caption text is left justified within the cell? |
|
#2
|
|||
|
|||
|
Quote:
Code:
Set imgTable = .Tables.Add(Range:=.Characters.Last, NumRows:=imgCount, NumColumns:=2) Code:
.Paragraphs.Last.Range.ParagraphFormat.Alignment = wdAlignParagraphLeft
Set imgTable = .Tables.Add(Range:=.Characters.Last, NumRows:=imgCount, NumColumns:=2)
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Batch applying a macro to remove Header and Footer using Batch Auto Addin
|
Edszx | Word VBA | 2 | 05-27-2019 11:16 PM |
VBA to insert an image and centralize it (code included)
|
puff | Word VBA | 5 | 01-17-2018 04:32 PM |
| Single Image Selection / Shortcut Key (Mac Excel 2011) Troubleshooting | chendric3 | Excel Programming | 0 | 04-14-2017 11:04 AM |
VBA batch file to insert text at end of 50 files slow, 90% CPU usage
|
equalizer88 | Word VBA | 3 | 08-16-2015 04:56 PM |
how to batch update linked image files path?
|
stanleyhuang | Word | 3 | 09-11-2014 12:51 AM |