View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Abhishek[_3_] Abhishek[_3_] is offline
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