![]() |
#15
|
|||
|
|||
![]()
thank you for the latest instructions
the result was a colon prefix and dots instead of spaces which I have been able to remove by replacing this StrTxt = Split(.SelectedItems(j), "")(UBound(Split(.SelectedItems(j), ""))) StrTxt = ": " & Left(StrTxt, InStrRev(StrTxt, ".")) with this StrTxt = Split(.SelectedItems(j), "")(UBound(Split(.SelectedItems(j), ""))) StrTxt = Left(StrTxt, InStrRev(StrTxt, ".")) but its still producing a dot as a suffix at the end of the caption also the caption is showing bottom row while it should be position on the top I cannot attach an image |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
henhelm | Word VBA | 15 | 02-07-2023 05:35 PM |
![]() |
macaronipasta | Word VBA | 2 | 06-27-2021 06:28 PM |
![]() |
NewbieLearning | Word VBA | 15 | 11-14-2017 05:03 AM |
![]() |
carnestw | Word | 3 | 10-27-2015 12:34 PM |
How do I type on multiple pics? | TimHudson | Drawing and Graphics | 0 | 07-28-2011 10:28 AM |