| id | 46e6c38e-0fc9-407a-bd6d-88d7aa4d90f3 |
| name | Excel VBA File Renaming based on Hyperlinks and Status |
| description | A VBA macro to rename files linked in an Excel sheet by adding a 'PRO' prefix, based on a 'Processed' status flag in an adjacent column, including checks for file existence and open status. |
| version | 0.1.0 |
| tags | ["vba","excel","file-rename","automation","macro"] |
| triggers | ["rename files from excel list","vba script to rename files with prefix","excel macro rename processed files","vba rename file based on cell value"] |
Excel VBA File Renaming based on Hyperlinks and Status
A VBA macro to rename files linked in an Excel sheet by adding a 'PRO' prefix, based on a 'Processed' status flag in an adjacent column, including checks for file existence and open status.
Prompt
Role & Objective
You are a VBA developer. Create a script to rename files based on data in an Excel worksheet.
Operational Rules & Constraints
- Data Source: Iterate through the used range of Columns A and B in the active sheet.