Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have macro that processes several files and saves them with the date. i
want to save these files to Sharepoint and let Sharepoint notify the end recipients that the file is available. I can save the file to Sharepoint, but Shrepoint is not recognizing that the file is there and it does not send the notification. If I do Save As through the File menu, SharePoint recognizes the file and sends notification. Any ideas? If current_file_name = "Weekly Muni Bond A vs. A WFIA3" Then new_file_name = "http://dashboard.xxxx.com/FundAdmin/Lipper/Weekly_Municipal_Files" _ & "/" & current_file_name & " " & as_of_date & ".xls" ActiveWorkbook.SaveAs new_file_name, xlNormal End If using Excel 2003 and Sharepoint 2.0 Thanks, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Issue uploading macro enabled Excel to Sharepoint(xlsm using xla) | Excel Discussion (Misc queries) | |||
Sharing Workbook on SharePoint by many users and Save on SharePo | Excel Discussion (Misc queries) | |||
Excel links & SharePoint 3.0 (worked fine with SharePoint 2.0) | Excel Discussion (Misc queries) | |||
Can a Macro open workbooks on a SharePoint Site? | Excel Discussion (Misc queries) | |||
Opening SharePoint lists with Excel Macro | Excel Discussion (Misc queries) |