Problem with "Lastline" in VBA Excel 200
Solved/Closed
                                    
                        Scream77                    
                                    -
                            11 Mar 2010 à 15:39
                        
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 11 Mar 2010 à 18:07
        rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 11 Mar 2010 à 18:07
        Related:         
- Xlup
 - Excel online vba - Guide
 - Vba excel mac - Guide
 - Number to words in excel formula without vba - Guide
 - Vba case like - Guide
 - Excel mod apk for pc - Download - Spreadsheets
 
1 response
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday 28 January 2010
                            Status
            Contributor
                            Last seen
             5 May 2022
            
            
                    766
    
    
                    
11 Mar 2010 à 18:07
    11 Mar 2010 à 18:07
                        
                    try this
Lastline = Cells(Rows.Count, "A").End(xlUp).Row
Range("B9:H9").Copy
Range("B9:B" & Lastline).Select
Selection.PasteSpecial xlPasteFormulas
            Lastline = Cells(Rows.Count, "A").End(xlUp).Row
Range("B9:H9").Copy
Range("B9:B" & Lastline).Select
Selection.PasteSpecial xlPasteFormulas