Excel VBA – parse JSON string and set cell values based on key:values
I have an Excel spreadsheet with columns: | A | B | C | D | | Job number | Status | Actual Hrs | % Complete | 1___|____________|________|____________|____________| 2___|____________|________|____________|____________| I have a macro to obtain the following string from…