Dear Experts,
I need coding for message box pops in a workbook when another workbook modified or saved.
Dear Experts,
I need coding for message box pops in a workbook when another workbook modified or saved.
Last edited by thameem127; 09-17-2012 at 01:24 PM.
That means another file.
I have two files.One is Main file is in Shared folder- Network and another file (personal)is in my desktop . The message box should pops up in my personal file when the main file in public folder is modified.
Still I am waiting for the answer.
hi, thameem
Below Code in "ThisWorkbook" can popup message
but have to workout how to link this vba to another workbook![]()
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range) MsgBox "Changed" End Sub
Any way thanks for your answer but this is not what I required.
Last edited by Cutter; 09-18-2012 at 06:54 PM. Reason: Removed whole post quote
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks