My text file looks like this:
Code: Select all
#0004: Job description 01/19/08
Step 1: do this 01/22/08
Step 2: do this after 01/24/08
Step 3: do this after after 01/29/08
#0017: Job description 02/19/08
Step 1: do this 02/22/08
Step 2: do this after 02/24/08
Step 3: do this after after 02/29/08
#0003: Job description 03/19/08
Step 1: do this 03/22/08
Step 2: do this after 03/24/08
Step 3: do this after after 03/29/08
Code: Select all
FIND specific job number and write it to var_1
FIND next line that doesn't contain include the # character as the first character of the line and combine that line with var_1
QUIT combining lines once you have found the # character
Code: Select all
#0017: Job description 02/19/08 Step 1: do this 02/22/08 Step 2: do this after 02/24/08 Step 3: do this after after 02/29/08
Code: Select all
#0017: Job description 02/19/08
Step 1: do this 02/22/08
Step 2: do this after 02/24/08
Step 3: do this after after 02/29/08
How can I make macro scheduler add values to excel's cells using a soft return after each line?