Quantcast
Channel: SharePoint 2013 - Setup, Upgrade, Administration and Operations forum
Viewing all articles
Browse latest Browse all 21070

Unable to create SharePoint list from Excel

$
0
0

Hello.

When trying to import an Excel file into SharePoint I get the following error message:
Method 'post' of object 'iowspostdata' failed

Every solution i´v reed tells me to change the EXPTOOWS.XLA
Researching on-line it says to add a piece of code and comment out another piece of code.
That lines doesn't exist in my EXPTOOWS.xla.

(and i found the file  EXPTOOWS.XLA in C:\Program Files (x86)\Microsoft Office\Office14\1053)

The Code in my EXPTOOWS.XLA look likes this:


Function PublishToOWS(List, Title, URL, QuickLaunch) As Variant
    On Error GoTo PublishToOWS_ErrHandling
    publishForm.Initialize List, Title, URL, QuickLaunch
    publishForm.Show
   
    If publishForm.returnCode.Caption = "0" Then
        PublishToOWS = 0
    Else
        PublishToOWS = publishForm.returnCode.Caption
    End If

    Exit Function
PublishToOWS_ErrHandling:
    MsgBox Err.Description, vbOKOnly, publishForm.Caption ' Handle other situations here....
    Resume Next
End Function

I really hope that someone can help me with this.

Regards

Maria


Viewing all articles
Browse latest Browse all 21070

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>