M
Matt
I have a module that exports data to Excel. Based on certian
conditions I want to start exporting to different columns for example:
if string1 = 1 then I want to start exporting at column "B", but if
string1 = 2 then I want to start exporting at coulmn "D". After that I
just want to keep exporting to the next column.
So my question is how do I manipulate a variable that is holding "B" or
"D" so that I can get to the next letter. I tried adding 1 to it (Like
I would in C++) and get a type mismatch.
All help is appreciated!!
conditions I want to start exporting to different columns for example:
if string1 = 1 then I want to start exporting at column "B", but if
string1 = 2 then I want to start exporting at coulmn "D". After that I
just want to keep exporting to the next column.
So my question is how do I manipulate a variable that is holding "B" or
"D" so that I can get to the next letter. I tried adding 1 to it (Like
I would in C++) and get a type mismatch.
All help is appreciated!!