View Single Post
 
Old 09-23-2023, 07:57 AM
RobiNew RobiNew is offline Windows 10 Office 2016
Competent Performer
 
Join Date: Sep 2023
Posts: 200
RobiNew is on a distinguished road
Smile

Thanks a lot for your help! Now the macro does its job correctly, but before closing it shows a message of the type "Object variable or variable of the With block not defined" and highlights the following lines of the code:


Quote:
If myChr Like "[,;.:]" _
And myChr.Next Like "[«‹›»" & Chr(39) & Chr(34) & Chr(146) & Chr(148) & "]" Then
Reply With Quote