N
Nock
The only reference I could find here was an earlier post by Jay A. Ritchie.
He also was looking for a way to '..to import sharepoint data into excel
programatically.'
Can this be done?
At the moment I have a excel 2003 VBA Userform that pulls back information
from a SQL database and a WSS site. However the method I've used to pull WSS
data uses something called a .Uxdc file. Am I able to recreate this file in
VBA?
Current VBA embedded code
Worksheets("Risks").Activate
Cells.Select
Selection.ClearContents
ActiveWorkbook.XmlImport URL:= _
"\\IMMI.LOCAL\Dfs\Users\ACT\BEL2\EXBSNF\My Documents\My Data
Sources\projectserver_156 Risks.uxdc" _
, ImportMap:=Nothing, Overwrite:=True, Destination:=Range("$A$1")
System Environment
Excel 2003
SQL 2003
Project Server 2003
WSS 2.0
Many thanks,
Nock (Australia)
He also was looking for a way to '..to import sharepoint data into excel
programatically.'
Can this be done?
At the moment I have a excel 2003 VBA Userform that pulls back information
from a SQL database and a WSS site. However the method I've used to pull WSS
data uses something called a .Uxdc file. Am I able to recreate this file in
VBA?
Current VBA embedded code
Worksheets("Risks").Activate
Cells.Select
Selection.ClearContents
ActiveWorkbook.XmlImport URL:= _
"\\IMMI.LOCAL\Dfs\Users\ACT\BEL2\EXBSNF\My Documents\My Data
Sources\projectserver_156 Risks.uxdc" _
, ImportMap:=Nothing, Overwrite:=True, Destination:=Range("$A$1")
System Environment
Excel 2003
SQL 2003
Project Server 2003
WSS 2.0
Many thanks,
Nock (Australia)