G
Guest
Hi
i have some data in excel....I want to perform a series of operations on
them and output the results to excel again. I know that some stuff could be
used with VBA. however in this special case I don't know how to do it.!
ex:
In c++ you could store an array of characters in char[20]
and then look for a certain character in the array. but i don't know how to
do it with VBA!
I want to read "BB-15" from the Cells(1,1) and put BB in one cell and 15 in
another cell. This could easily be done in c++ by a simple search. Can it
also be done in VBA?
if not...is it possible to tell a macro in excel to run a c++ program. and
give what is in the workbook 1 as a txt input to c++. Then make the C++
program to output the result in the same workbook.
thanks
maryam
i have some data in excel....I want to perform a series of operations on
them and output the results to excel again. I know that some stuff could be
used with VBA. however in this special case I don't know how to do it.!
ex:
In c++ you could store an array of characters in char[20]
and then look for a certain character in the array. but i don't know how to
do it with VBA!
I want to read "BB-15" from the Cells(1,1) and put BB in one cell and 15 in
another cell. This could easily be done in c++ by a simple search. Can it
also be done in VBA?
if not...is it possible to tell a macro in excel to run a c++ program. and
give what is in the workbook 1 as a txt input to c++. Then make the C++
program to output the result in the same workbook.
thanks
maryam