Well seem to have got this sorted by changing the following setting in easypopulate.php
$price_with_tax = ((EASYPOPULATE_CONFIG_PRICE_INC_TAX == 'false') ? true : false);

set price with tax to false, so just dealing with the nett price and then let the VAT calculate itself.