Example Code

Convert Row and Column number to Excel Cell string

Code and Documents

Attachment

Overview

A simple conversion algorithm for converting row and column to Excel cell (i.e. 1,1 -> A1)

Description

This VI implements a simple conversion for generating the Excel cell string value from a row and column index.

Steps to Implement or Execute Code

Add subVI to your project

Connect your row and column indices as inputs and connect the output string "CombinedCellValue" to your input (i.e. .NET Object To Variant.vi)

Requirements

Software

LabVIEW 2011 or higher

Hardware

None.

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Contributors