I tried that —
I included:
$exclude = get_term_by('slug','ExcludeThisTag','post_tag');
$exclusion = 'tag_not_in' => array($exclude->term_id);
query_posts('showsposts=' . $limit . '&paged=' . $paged . $exclusion);
Sorry, I do not have much experience with PHP. Do you know the mistake I am making here?