To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example demonstrates how to programmatically copy and paste data within an Excel sheet.
Description
This VI copies existing data from an Excel sheet and pastes that data to another location within the sheet. The range can be a single cell or a collection of cells designated by the [Column Letter][Row Number]: [Column Letter][Row Number] format used by Excel. The copied data is pasted with the same formatting as the source data.
Requirements
Software
Hardware
Steps to Implement or Execute Code
Additional Information or References
Note: You cannot use this example on RT targets. ActiveX is a Windows only technology and not available on RT targets.
**The code for this example has been edited to meet the new Community Example Style Guidelines. The edited copy is marked with the text ‘NIVerified’. Read here for more information about the new Example Guidelines and Community Platform.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
Exactly what I was looking for! Thank you very much!