Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Saving a workbook to an iKnow portal

I have a macro that is automatically run unattended which is attempting to
save the workbook to an iKnow portal where documents are required to be
"checded in and out".

Is there a function or a coding technique that will allow the macro to avoid
the "check in" prompt or respond to it programmatically rather than having
the popup appear and require me to manually respond.

iknowlib = "https://iknow.schwab.com/g481/g218/g142/g117/g113/Generated
Documents/Audit Reporting/"
dsn = "MainFrame eChange Tickets Audit Report.xls"
iknow = iknowlib & dsn
Application.DisplayAlerts = False
ActiveWorkbook.SaveAs Filename:= _
locl, FileFormat:=xlNormal, Password:="", WriteResPassword:="",
ReadOnlyRecommended:= _
False, CreateBackup:=False
ActiveWorkbook.SaveAs Filename:= _
iknow, FileFormat:=xlNormal, Password:="", WriteResPassword:="",
ReadOnlyRecommended:= _
False, CreateBackup:=False
Application.DisplayAlerts = True

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Saving a workbook to an iKnow portal

I just realized my references to iKnow portal is really the SHAREPOINT product.

"sxhwabbiemike" wrote:

I have a macro that is automatically run unattended which is attempting to
save the workbook to an iKnow portal where documents are required to be
"checded in and out".

Is there a function or a coding technique that will allow the macro to avoid
the "check in" prompt or respond to it programmatically rather than having
the popup appear and require me to manually respond.

iknowlib = "https://iknow.schwab.com/g481/g218/g142/g117/g113/Generated
Documents/Audit Reporting/"
dsn = "MainFrame eChange Tickets Audit Report.xls"
iknow = iknowlib & dsn
Application.DisplayAlerts = False
ActiveWorkbook.SaveAs Filename:= _
locl, FileFormat:=xlNormal, Password:="", WriteResPassword:="",
ReadOnlyRecommended:= _
False, CreateBackup:=False
ActiveWorkbook.SaveAs Filename:= _
iknow, FileFormat:=xlNormal, Password:="", WriteResPassword:="",
ReadOnlyRecommended:= _
False, CreateBackup:=False
Application.DisplayAlerts = True

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Saving a workbook to an Sharepoint portal



"sxhwabbiemike" wrote:

I just realized my references to iKnow portal is really the SHAREPOINT product.

"sxhwabbiemike" wrote:

I have a macro that is automatically run unattended which is attempting to
save the workbook to an iKnow portal where documents are required to be
"checded in and out".

Is there a function or a coding technique that will allow the macro to avoid
the "check in" prompt or respond to it programmatically rather than having
the popup appear and require me to manually respond.

iknowlib = "https://iknow.schwab.com/g481/g218/g142/g117/g113/Generated
Documents/Audit Reporting/"
dsn = "MainFrame eChange Tickets Audit Report.xls"
iknow = iknowlib & dsn
Application.DisplayAlerts = False
ActiveWorkbook.SaveAs Filename:= _
locl, FileFormat:=xlNormal, Password:="", WriteResPassword:="",
ReadOnlyRecommended:= _
False, CreateBackup:=False
ActiveWorkbook.SaveAs Filename:= _
iknow, FileFormat:=xlNormal, Password:="", WriteResPassword:="",
ReadOnlyRecommended:= _
False, CreateBackup:=False
Application.DisplayAlerts = True

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Color Changes When Saving 2007 Workbook as 97 - 2003 Workbook Don Excel Discussion (Misc queries) 0 April 20th 08 04:51 AM
Manipulating data from a portal (web) Chinx21 Excel Programming 1 March 2nd 07 03:36 AM
Saving a sheet in a workbook as .csv but not changing workbook name gloryofbach[_4_] Excel Programming 3 October 30th 05 08:50 PM
Help in calling excel files under portal M Excel Programming 0 July 26th 04 03:34 AM
Saving a Workbook: Forcing User to Rename before Saving Rollin_Again[_6_] Excel Programming 5 April 16th 04 02:54 PM


All times are GMT +1. The time now is 06:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"