Run macro automatically
Solved/Closed
        Related:         
- Run macro automatically
 - Download automatically while roaming - Guide
 - Why does facebook refresh itself automatically - Guide
 - Excel run macro on open - Guide
 - Idm stop adobe downloads automatically - Guide
 - How to refresh outlook inbox automatically - Guide
 
2 responses
                
        
                    mubashir aziz
    
        
                    Posts
            
                
            190
                
                            Registration date
            Sunday April 12, 2009
                            Status
            Member
                            Last seen
            February 16, 2010
            
            
                    166
    
    
                    
Apr 22, 2009 at 01:42 AM
    Apr 22, 2009 at 01:42 AM
                        
                            
                    Try to run the macro as below 
copy your code here and you can select it from VBA windows by selecting desired Sheet then on right side window from drop down menu select Worksheet instead of General and from other drop down select Calculate
Private Sub Worksheet_Calculate(ByVal Target As Range)
End Sub
            copy your code here and you can select it from VBA windows by selecting desired Sheet then on right side window from drop down menu select Worksheet instead of General and from other drop down select Calculate
Private Sub Worksheet_Calculate(ByVal Target As Range)
End Sub
        
    
    
    
    
Nov 7, 2010 at 04:41 AM