Copy past using VBA
Closed
                    
        
                    ntmn8r
    
        
                    Posts
            
                
            3
                
                            Registration date
            Sunday November 13, 2016
                            Status
            Member
                            Last seen
            November 17, 2016
            
                -
                            Nov 13, 2016 at 07:47 PM
                        
cody-peter Posts 2 Registration date Tuesday November 29, 2016 Status Member Last seen November 30, 2016 - Nov 29, 2016 at 11:23 AM
        cody-peter Posts 2 Registration date Tuesday November 29, 2016 Status Member Last seen November 30, 2016 - Nov 29, 2016 at 11:23 AM
        Related:         
- Copy past using VBA
- Vba case like - Guide
- Excel online vba - Guide
- Vba color index - Guide
- Vba timer - Guide
- Vba excel mac - Guide
3 responses
                        
                    Instead of prompting the user, the macro could perhaps print the currently selected row?
                
                
            
                
        
                    ntmn8r
    
        
                    Posts
            
                
            3
                
                            Registration date
            Sunday November 13, 2016
                            Status
            Member
                            Last seen
            November 17, 2016
            
    
Nov 17, 2016 at 02:33 PM
Nov 17, 2016 at 02:33 PM
    YG_BE, Yes that would work. How do I get that to function?
    
    
                
        
                    cody-peter
    
        
                    Posts
            
                
            2
                
                            Registration date
            Tuesday November 29, 2016
                            Status
            Member
                            Last seen
            November 30, 2016
            
                    
Nov 29, 2016 at 11:23 AM
    Nov 29, 2016 at 11:23 AM
                        
                    There are a few different ways to accomplish this task, and the macro recorder doesn’t always give you the most efficient VBA code.
In the following three videos I explain:
The most efficient method for a simple copy and paste in VBA.
The easiest way to paste values.
How to use the PasteSpecial method for other paste types.
            In the following three videos I explain:
The most efficient method for a simple copy and paste in VBA.
The easiest way to paste values.
How to use the PasteSpecial method for other paste types.
 
        
    
    
    
    
Nov 15, 2016 at 05:11 PM
Now what I need is a way to prompt a user to input the row needed to print.
The some how in the code be able to take the input to assign a specific row
You help is greatly appreciated,