View Single Post
 
Old 01-05-2011, 03:40 AM
ravininave ravininave is offline Windows XP Office 2007
Novice
 
Join Date: Jan 2011
Posts: 1
ravininave is on a distinguished road
Default Script Doesn't works on other machine

This script works perfectly when I open doc on my machine but doesn't works on other machine. How could I make it so it would run on all machines.

Code:
Private Sub Document_Open()
    MsgBox ActiveDocument.Name
End Sub
Thanx
Reply With Quote