Hi I have a spreadsheet to work on and a broken macro I’m trying to reverse engineer the macro into steps for my boss. VBA code says
Split job code to find work order number
I am in text to columns, selected delimited but am unsure what to do next?![]()
Dim WO As Variant, JobCode As Variant, VarDelim As Variant Dim n As Interger JobCode = ActiveCell VarDelim = “,” WO = Split(JobCode, VarDelim) n = 2
Any help would be much appreciated!
Bookmarks