LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

copy one column to another active x

Solved!
Go to solution

Untitled.png

 

 

is anyone familiar with active X?

i am ttrying to copy 1 column from excel file to another. 

it was sucessful for the 1st column, 

but not the N columns?

i think my FOR LOOP is correct!

i also dont get errors but i dont get the results

 

 

Download All
0 Kudos
Message 1 of 4
(2,585 Views)
Solution
Accepted by topic author super_saiyans

Untitled.png

0 Kudos
Message 2 of 4
(2,570 Views)

The problem is that you are initializing the shift register with the range of all columns but at the right end of your FOR loop you are passing the destination column range to the shift register. You should pass the range of all columns reference back to the shift register. You should close both column range references in the FOR loop and the range of all column after the FOR loop when no longer required.

 

Ben64

 

EDIT: seem you've found your own solution.

Message 3 of 4
(2,565 Views)

thanks for the advice!

lol. i have been working on it for a week.

i tried everything.

stacked sequences worked but it was too much work.

THANK YOU again

0 Kudos
Message 4 of 4
(2,560 Views)