Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. herrewa

    method 'post' of object 'IOWSPostData' failed

    I changed the code as follows and everything worked immediately for MS OSS 2007 and WSS 3.0 and MS Office 2007: <before the change> lVer = Application.SharePointVersion(URL) <before the change> <after the change> lVer = Application.SharePointVersion(URL) lVer = 3 <after the change> Albert VH

Part and Inventory Search

Back
Top