Hi Everyone.
SAS Tech support came up with the Suggestion to use MSOFFICE2K_X tagset instead of MSOFFICE2K.
This was the last option on the plate..
The tagset fixed the problem and there are certain options in the tagset which can be used to adjust the image and the table placement in Excel.
I havent fully tested all the other things in the tagset (Like exporting multiple worksheets and defining multiple Worksheet names) but the basic task of exporting the table along with the logo works with this without overlapping the image on the table.
Here are some of the options that i ve used with it.
(
doc="help"
Margin="0.5in 0.5in 0.5in 0.5in"
Orientation="landscape"
draftquality="Yes"
fittopage="Yes"
frozen_headers="3"
frozen_rowheaders="3"
image_path="C:\logo.JPG"
image_height="52"
image_width="183"
sheet_name="MY_Sheet"
)
The doc="help" option puts up a lot of information on the SAS log and you can look at it to figure out what each option does in detail.
Hope this helps others.
Thanks
SAPPER.