Hi,
I want to copy an active Excel worksheet to another new Excel file, continue to work in the new file (e.g. using Sub codeContinue() which contains the code for work), close the new file, switch back to the original Excel worksheet as the active worksheet. How to do that? Thanks!
Hi,
(1) I tried to use below code to print as PDF from a Word file. I can generate the file, but the file is not a real PDF file (you may refer the attached link file). Any idea?
Sub SetDefaultPrinter()
Dim sCurrentPrinter As String
On Cancel GoTo Cancelled:
' Get the current printer and...
Hi,
I want to combine several Word mail merge files and save as 1 pdf file as an output. I am thinking to do it in Word macro/VBA.
Basically, I have a few Word template letters, each with a data source excel file (i.e. n Word files & n Excel files). For each Word template letter, it will have...
Hi,
I want to write a VBA/macro to combine several Word mail merge files and save as 1 pdf file as an output.
Basically, I have a few Word template letters, each with a data source excel file (i.e. n Word files & n Excel files). For each Word template letter, it will have several records (and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.