Thanks for the great tuts, can you elaborate this one , loading from 2 csv ? having a mutual key un each file ?
@senahugtfl77892 жыл бұрын
hi ı have a issue when ı was writing my file path .According to the internet i ve written correct but for ATOM accepted if I only write full absolute path starting ffrom "C:".And it is so unfit could you hepl me ?
@SymphOcta3 жыл бұрын
Very helpful, thank you!
@basavrajr85773 жыл бұрын
can we do-- which are number of mails we are getting as report from Jenkins 1)convert into word and merge that word file and send this report to one mail_id or 2) combine different mail and send to single mail id ---with python
@jiejenn3 жыл бұрын
Pretty sure it is doable.
@TheButcher584 жыл бұрын
Nice tutorial, I do have one question tho, I have a mail merged setup in microsoft publisher rather than word, would this code also work if I change it slightly to use publisher rather than word?
@jiejenn4 жыл бұрын
I never work with Publisher VBA before, but I do know you can access Publisher's VBA data model with pywin32. So my take is you should be able to, b it the difficult part is how to use Publisher's objects.
@TheButcher584 жыл бұрын
@@jiejenn yes thanks, I’ve looked for some documentation but apparently the vba objects in publisher are different from word so it will be a challenge. I guess I’ll leave it as it is for now
@KhalilYasser4 жыл бұрын
Amazing. Thanks a lot for this great tutorial. Can you share the code and the files, please?
@wibowomalik3 жыл бұрын
Video about how to export a mail merge document individually with name from selected merge field value to pdf. Please.
@danielamegah13243 жыл бұрын
You can just export the word file into pdf
@obi-wankenobi27153 жыл бұрын
How to make only one document with all the documents? Instead of getting multiple documents
@jiejenn3 жыл бұрын
A regular mail merge by default will output all the documents in one single document.
@saurabhpakhurde3 жыл бұрын
I am getting at Name:=
@jaceiscool1233 жыл бұрын
I am getting a syntax error at "Name:=" as well. Why am I get this?