View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
phil phil is offline
external usenet poster
 
Posts: 201
Default VBA SharePoint List Field Types

How about suggestions where to look for help?

"Phil" wrote:

I will be publishing (not linked) an "excel table" to a "sharepoint list".

I am using a listobject that I load with the excel table and use the publish
from the list object.

I need to set field types in excel so that when the data gets to sharepoint
it is correct, one example is it currently pushes as a 'single line of text'
and I need the field to be 'multiple lines of text'. It would be nice if I
could push "multiple choice" fields too.

Is there a way I can set the field type of the list object fields before I
publish it? I have searched the internet several hours two times now.
Looking for specific VBA code. Using Office 2007 and SharePoint 2007
(project at MS).