![]() |
|
#1
|
|||
|
|||
![]()
Based on the codes in https://www.msofficeforums.com/mail-...ps-tricks.html
While generating the mail merge individual files, is there a way to insert a progress bar or anything else besides watching windows blinking until the whole process is done? Thanks.
__________________
Backup your original file before doing any modification. |
#2
|
||||
|
||||
![]()
Yes. For example, after:
Application.ScreenUpdating = False insert: Code:
Dim SBar As Boolean ' Store current Status Bar status, then switch on SBar = Application.DisplayStatusBar Application.DisplayStatusBar = True On Error Resume Next insert: Code:
StatusBar = "Processing Record: " & i Application.ScreenUpdating = True insert: Code:
' Clear the Status Bar Application.StatusBar = False ' Restore original Status Bar status Application.DisplayStatusBar = SBar
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#3
|
||||
|
||||
![]()
You could use http://www.gmayor.com/MergeAndSplit.htm or http://www.gmayor.com/individual_merge_letters.htm
both have progress indicators.
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
#4
|
|||
|
|||
![]()
Thanks macropod and gmayor,
I think the "problem" is the statement "Destination = wdSendToNewDocument" makes screenupdating = true useless. I could not see only the main window and the status bar (each new document flashes (appears and disappears) a MS Word window).
__________________
Backup your original file before doing any modification. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Btop | Word VBA | 26 | 03-07-2018 01:45 PM |
![]() |
cmpmd2 | Word VBA | 2 | 06-16-2016 08:59 PM |
![]() |
Lewis.Mills | Mail Merge | 2 | 04-14-2016 10:11 PM |
Can you have Individual Text in a Mail Merge | SiberianBreaks21 | Mail Merge | 1 | 07-25-2014 05:01 PM |
![]() |
iamrickdeans | Mail Merge | 1 | 01-15-2014 12:46 AM |