Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 337
Default synchronizing folders

Is it possible to be able to synchronize a folder on a local machine with a
folder on a server the same way you can in Windows
I want to do it with a command button

oldjay

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default synchronizing folders

Not sure what you want to do, but this is code from VBA help.

Private Sub app_WorkbookSync(ByVal Wb As Workbook, _
ByVal SyncEventType As Office.MsoSyncEventType)

If SyncEventType = msoSyncEventDownloadFailed Or _
SyncEventType = msoSyncEventUploadFailed Then

MsgBox "Workbook synchronization failed. " & _
"Please contact your administrator " & vbCrLf & _
"or try again later."

End If

End Sub


"Oldjay" wrote:

Is it possible to be able to synchronize a folder on a local machine with a
folder on a server the same way you can in Windows
I want to do it with a command button

oldjay

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default synchronizing folders

On Aug 28, 3:52 pm, JLGWhiz wrote:
Not sure what you want to do, but this is code from VBA help.

Private Sub app_WorkbookSync(ByVal Wb As Workbook, _
ByVal SyncEventType As Office.MsoSyncEventType)

If SyncEventType = msoSyncEventDownloadFailed Or _
SyncEventType = msoSyncEventUploadFailed Then

MsgBox "Workbook synchronization failed. " & _
"Please contact your administrator " & vbCrLf & _
"or try again later."

End If

End Sub



"Oldjay" wrote:
Is it possible to be able to synchronize a folder on a local machine with a
folder on a server the same way you can in Windows
I want to do it with a command button


oldjay- Hide quoted text -


- Show quoted text -


it's not working buddy

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 337
Default synchronizing folders

Thanks I will try it

"JLGWhiz" wrote:

Not sure what you want to do, but this is code from VBA help.

Private Sub app_WorkbookSync(ByVal Wb As Workbook, _
ByVal SyncEventType As Office.MsoSyncEventType)

If SyncEventType = msoSyncEventDownloadFailed Or _
SyncEventType = msoSyncEventUploadFailed Then

MsgBox "Workbook synchronization failed. " & _
"Please contact your administrator " & vbCrLf & _
"or try again later."

End If

End Sub


"Oldjay" wrote:

Is it possible to be able to synchronize a folder on a local machine with a
folder on a server the same way you can in Windows
I want to do it with a command button

oldjay

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 337
Default synchronizing folders

I don't know what you mean by

oldjay- Hide quoted text -

- Show quoted text -


it's not working buddy


oldjay

"Abhishek" wrote:

On Aug 28, 3:52 pm, JLGWhiz wrote:
Not sure what you want to do, but this is code from VBA help.

Private Sub app_WorkbookSync(ByVal Wb As Workbook, _
ByVal SyncEventType As Office.MsoSyncEventType)

If SyncEventType = msoSyncEventDownloadFailed Or _
SyncEventType = msoSyncEventUploadFailed Then

MsgBox "Workbook synchronization failed. " & _
"Please contact your administrator " & vbCrLf & _
"or try again later."

End If

End Sub



"Oldjay" wrote:
Is it possible to be able to synchronize a folder on a local machine with a
folder on a server the same way you can in Windows
I want to do it with a command button


oldjay- Hide quoted text -


- Show quoted text -


it's not working buddy


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
synchronizing two woorkbooks George B Excel Worksheet Functions 2 December 22nd 07 03:12 PM
synchronizing excel application adeola Excel Discussion (Misc queries) 0 December 30th 05 07:05 PM
synchronizing (?) two worksheets Lewis Shanks Excel Worksheet Functions 0 December 19th 05 04:59 PM
Synchronizing VBA Script Venu Excel Programming 10 August 6th 05 12:56 PM
Synchronizing excel spreadsheets [email protected] Excel Discussion (Misc queries) 4 May 2nd 05 03:27 AM


All times are GMT +1. The time now is 01:04 PM.

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

About Us

"It's about Microsoft Excel"