'End With' must be preceded by a matching 'With'
An End With statement occurs without a corresponding With statement. End With must be preceded by a corresponding With statement.
Error ID: BC30093
To correct this error
If this With block is part of a set of nested With blocks, make sure each block is properly terminated.
Verify that other control structures within the With block are correctly terminated.
Ensure that this With block is correctly formatted.