HTML Import Error ExcelName

S

smcclure

I'm trying to get Excel to print titles on every page when a web page
is converted to Excel.

Here's the XML:
.... </x:ExcelWorkbook>
<x:ExcelName>
<x:Name>Print_Titles</x:Name>
<x:SheetIndex>1</x:SheetIndex>
<x:Formula>=LIDS_Report!$8:$8</x:Formula>
</x:ExcelName>
</xml><![endif]-->

It works but pops up an import error. The error is logged as:

htmlErr.log-----------------------------------------------
XML ERROR in Excel Name
REASON: Bad or Missing Tag(s) or Value(s)
ACTION: Aborting current XML group
FILE: C:\DOCUME~1\smcclure\LOCALS~1\Temp\mso28D.aspx
GROUP: ExcelName
TAG: ExcelName
htmlErr.log-----------------------------------------------

Any ideas on how to overcome this?

Thanks,

smcclure
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top