BobTheDestroyer@lemy.lolOPtoProgramming@programming.dev•Powershell: Create multiple files from a Word template and rename using a list in Excel/CSV
1·
7 months agoAh, I think that was it. Forgot about the column heading. Thanks for your help!
Ah, I think that was it. Forgot about the column heading. Thanks for your help!
Hey this worked for me yesterday but now I’m having trouble getting it to work again. It just outputs a Word doc titled ‘.docx’ now.
Nevermind I got it!
Actually nevermind that question. Just realized the command was split.
I’m assuming I need to replace the name portion of the 2nd line. What do I input if the data is a list that starts in A1?
So I’m new to all this. When I enter the first command with my csv file and doc file included, it just opens the word doc. Wasn’t sure what I should do next.
Sorry I’m new to this. What exactly do I enter into Powershell for each step?
It does have to be a Word template. It has a bar graph and various texts.
By the way, what would be the equivalent code when using a text file for the list of names rather than a csv file?