Solved SIMPLIFY EXCEL FUNCTION

georg0307

Registered User.
Local time
Today, 07:54
Joined
Sep 11, 2014
Messages
91
Dear All,

could you please help me in order to simplify the attached function.

the aim is to write an entire VIN which must be transcribed letter by letter in delimited TAB fields.

Thanks in advance,

Georg
 

Attachments

I think you need to put something in the zip file?

However I would probably just loop through the data, character by character, and using the index, put the character into a cell with column number same as the index, then export that as Tab delimited.?
 
Dear All,

could you please help me in order to simplify the attached function.

the aim is to write an entire VIN which must be transcribed letter by letter in delimited TAB fields.

Thanks in advance,

Georg
Post your code
 

Users who are viewing this thread

Back
Top Bottom