@John, Welcome to Microsoft Q&A, you could try the following code to use c# code to achieve the same function with the VBA code:
using Word = Microsoft.Office.Interop.Word;
Word.Application app = new Word.Application();
app.Visible=true;
app.Documents.Open("C:
app = null;
Best Regards,
Jack
If the answer is the right solution, please click "Accept Answer" and upvote it.If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.