Hey, figured out the issue. Thanks Skip for the help...in case someone wanted to know. If fixed the issue by using Option Explicit at the top of my script...this completely slipped my mind when creating it. Here is my modified code.
Option Explicit
Dim intRow, strWord, strExcel...