View Single Post
 
Old 03-06-2020, 12:02 AM
SamDsouza SamDsouza is offline Windows 10 Office 2013
Advanced Beginner
 
Join Date: Aug 2019
Posts: 71
SamDsouza is on a distinguished road
Default

Paul Sir,

appreciate your quick reply

Same Error Occurs in your code marked with Red

With wdRng
.Start = .Characters(6)
.End = .Characters(timeLen)
.Font.Bold = True
End With
End With

unfortunately the full structure has been modified with your coding. as in your coding the missing part is from txtHeader as per#1. Sorry for the inconvienence
By the Way Do i need to insert your coding somewhere or how its like ?
SamD
Reply With Quote