excelsheet without listobject

Hi,

Actually as per my requirement I want to generate columns separately and fill data below that column separately. And this will not be possible with listobject.

Thats why I want to bind data to excelsheet without using listobject. How can I make it possible.

Please provide some code if possible.

Thank you



Answer this question

excelsheet without listobject

  • keithml

    Hi Darryn Lavery,

    Thank you very much.

    But it'll be very easier to me if I have some code to check this out.

    Thank you


  • TravisXXX

    Hi Prashant,

    Check out this sample which has code for binding to a list object and a named range.

    http://msdn2.microsoft.com/en-us/library/ms268995(VS.80).aspx

    Thanks

    Darryn Lavery [MSFT]


  • cesko45

    Hi Prashant,

    You could

    1) Use multiple single column list objects

    2) Use a named range to define your column and populate the data areas below the named range.

    Darryn Lavery [MSFT]


  • excelsheet without listobject