View Single Post
Old 12-21-2012, 02:47 PM   #53
sellew
Enthusiast
sellew has a complete set of Star Wars action figures.sellew has a complete set of Star Wars action figures.sellew has a complete set of Star Wars action figures.sellew has a complete set of Star Wars action figures.
 
Posts: 30
Karma: 300
Join Date: Oct 2011
Location: Barcelona
Device: Sony PRS-650, PRS-T2
Quote:
Originally Posted by Start View Post
"errors of programming - FOR WITHOUT NEXT"
I found the same error: there is a Next missing in the Function replace_formating().

In the visual basic screen go at the end of the code of that function an insert the Next as shown here:

End If
Next
If Not (oRg Is Nothing) Then Set oRg = Nothing

End Function
sellew is offline   Reply With Quote