Overview

The LQA Automation Suite is a collection of three integrated VBA macros that transform manual LQA (Localization Quality Assurance) reporting workflows into single-click operations. The suite handles monthly reporting across 27 languages and 3 translation vendors, generating 324+ scorecard files annually.

27
Languages
3
Vendors
324+
Files/Year
100%
Accuracy
Key Innovation

What previously required 30-60+ minutes of manual data processing now executes in seconds with 100% accuracy. This eliminated the need for senior leadership verification and freed hours of monthly reporting time.

The Problem

Business Context

Monthly QA reports for largest client required processing hundreds of files across different Excel workbooks with extensive transformations. Rolling 3-month, 6-month, and yearly aggregations added complexity. Required senior leadership verification due to error frequency.

Manual Process Pain Points

30-60+ minutes per monthly cycle
Hundreds of source files
Common copy-paste errors
Required senior verification

Scale of Operations

27
Languages
3
Vendors
324+
Files/Year

Vendors Tracked

RWS (default vendor)ArgosAcolad

The Solution

Mapped the exact manual process and created a VBA script suite. Store source files, run script, get monthly QA report in single click. 100% accuracy eliminated the verification step entirely.

Core Capabilities

27 Language Support
All major translation languages covered
3 Vendor Tracking
Separate metrics per vendor
Single-Click Execution
Each macro runs independently
100% Accuracy
Eliminated manual copy-paste errors

Languages Supported

Western European
ENDEFRESITPTNL
Asian
JAKOZH-HansZH-Hant
Eastern European
PLRUCSHU
Nordic
SVDANOFI

Scoring Metrics

MetricThresholdIndicator
Pass≥95%Green
Marginal90-94%Yellow
Fail<90%Red

The Three Macros

1
AutoLQA
Initial data extraction and formatting
~10 seconds

Transforms raw RDBMerge data export into formatted LQA template with proper column mapping, date formatting, and vendor tagging

Input
Raw QA data file + Formatted template
Output
Formatted Monthly Report
2
AutoYTD
Year-to-Date summary aggregation
~15 seconds

Aggregates monthly LQA data into year-to-date summaries by language and supplier with pass/fail calculations

Input
Monthly formatted files
Output
YTD Summary Report
3
ScorecardCreator
Individual language scorecard generation
~30 seconds

Batch generates individual scorecard files for each of 27+ languages marked for client delivery

Input
YTD summary
Output
27+ Scorecard Files

Monthly Workflow

1
Receive Raw Data
Get raw QA data export
2
Run AutoLQA
Format monthly report
3
Run AutoYTD
Aggregate YTD summary
4
Run ScorecardCreator
Generate 27 scorecards

File Organization

[LQA Suite]/
├── AutoLQA.xlsm
├── AutoYTD.xlsm
├── ScorecardCreator.xlsm
├── Templates/
│   └── Monthly_Template.xlsx
├── Monthly/
│   ├── 2025-01_LQA.xlsx
│   └── ...
├── YTD/
│   └── YTD_Summary_2025.xlsx
└── Scorecards/
    ├── 2025-01_EN_Scorecard.xlsx
    └── ... (27 files per month)

Results

MetricBeforeAfterImprovement
Processing Time30-60+ minSeconds~99% reduction
AccuracyRequired verification100%No review needed
Files GeneratedManual creation324+/year autoBatch generation
Formatting ErrorsCommonZeroEliminated
~99%
Time Reduction
100%
Accuracy
324+
Files/Year

Business Impact

Freed hours of monthly reporting time
Eliminated senior leadership verification step
Consistent client deliverables
Scalable to additional languages

Technologies Used

VBAExcelData Processing