A
AMarin
Hello:
Is there anyway to make a report with two header? One with an logo (the
report head) and others (second pages) with other logo (page head).
Or with vba code make visible the first logo and after print it make
invisible.
Now I get in the first page the two logos (report head and page head)?
I mean something like this:
if page <= 1 then
logo1.visible=true
logo2.visible=false
else
logo1.visible=false
logo2.visible=true
end if
thank you very much
Is there anyway to make a report with two header? One with an logo (the
report head) and others (second pages) with other logo (page head).
Or with vba code make visible the first logo and after print it make
invisible.
Now I get in the first page the two logos (report head and page head)?
I mean something like this:
if page <= 1 then
logo1.visible=true
logo2.visible=false
else
logo1.visible=false
logo2.visible=true
end if
thank you very much