View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ernie Ernie is offline
external usenet poster
 
Posts: 65
Default XlSaveConflictResolution

Hi all,

ThisWorkbook.ConflictResolution = xlOtherSessionChanges

I need help using this code. where do i use this code? should i place it in
a module or should i put it in the event procedure 'Private Sub
Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)'? Can
someone please tell me how to use this code, because everytime i use it i get
an error message.

Ernie
Thanks in Advance