View Single Post
 
Old 02-27-2017, 11:55 AM
romanticbiro romanticbiro is offline Windows 7 32bit Office 2003
Advanced Beginner
 
Join Date: Feb 2014
Posts: 42
romanticbiro is on a distinguished road
Default

dear macropod

again thanks for your efforts
in your code it gave me errowr in compiling "sub or function not defined" and i able to fix it
the problem was in this line: With InlineShapes(i)
i fixed to: With .InlineShapes(i)
but i found runtime errowr when use macro in a document erowr 5917
and am try to fix it,
If Len(Trim(.TextFrame.TextRange.Text)) > 1 Then

wish help me in this
and i'll try it on another ofice version.

many thanks for your advice.

Last edited by romanticbiro; 02-27-2017 at 03:25 PM. Reason: correcting reply
Reply With Quote