G
GS
See below to know what code is new and where it inserts in the existing
sub...
<insert 1 line here>
iPos = 1 '//initialize RowHeight trigger
<insert 3 lines here>
'Set RowHeight for the 1st row of each wks data.
'then reset the trigger to skip subsequent rows.
If iPos > 0 Then .Rows(lNextRow).RowHeight = 24: iPos
= 0
...where the entire snippet was intended to replace existing 6 lines via
copy/paste because those existing lines are within the snippet.
--
Garry
Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion
sub...
<insert 1 line here>
iPos = 1 '//initialize RowHeight trigger
<insert 3 lines here>
'Set RowHeight for the 1st row of each wks data.
'then reset the trigger to skip subsequent rows.
If iPos > 0 Then .Rows(lNextRow).RowHeight = 24: iPos
= 0
...where the entire snippet was intended to replace existing 6 lines via
copy/paste because those existing lines are within the snippet.
--
Garry
Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion