搜尋此網誌

2020年8月14日 星期五

可以看到merge檔案的進度 Beautiful VBA Progress Bar with Step by Step Instructions

Word 自己用巨集Macro控制合併列時,  在做大量合併時Word會出現「沒有回應」,雖然沒有down掉,但總是怪怪的,這讓我想到progress bar,可以看到merge的進度,如此也比較不會擔心是不是真的當機了...(Excel也可以使用)

但要如何加到自己Macro裡呢? 當然有熱心的網友提供非常棒的文件,謝謝The VBA Tutorials Blog with Ryan Wells詳細的解說...

https://wellsr.com/vba/2017/excel/beautiful-vba-progress-bar-with-step-by-step-instructions/


Introduction

 

  

VBA Progress Bar


Design Progress Bar

 

  1.  VBA Editor 


    1. Insert UserForm

 F4  Properties Window

  1.  
  2.  False  ShowModal property
  3.     
  4.   

VBA Progress Bar I

  

  1.  
  2.   
  3.  

VBA Progress Bar Insert Label


 

Insert Frame

 

Insert Frame

 

  1.  
  2.  

 

VBA Progress Bar Insert Frame


  

  1.   
    Insert 2nd Label
  2.  
  3.  
  4.  

 

Insert 2nd Label


Add Progress Bar Macros

 

 Remove Window Border tutorial

  1. Insert a Standard Module


    1. Insert Module

  2.  

 
  

    
    

         
                                
                               
                                
         
                                
                               
                               
                                
         
                              
                                
         
                                 
                                

        
                                
                               
                                
        
                                
                               
                               
                                
        
                              
                                
        
                                 
                                

   
       
       
       
       
         
       
     
 


沒有留言:

張貼留言