dragon-goddess1990
New Member
- Joined
- May 18, 2011
- Messages
- 25
Program: Word 2010
I have created a letter template with a userform.
I send it to another user and he gets the message: 'Compile Error: Cant find project or library'
It seems to reference the following line:
UserName1 = Application.UserName
Dim (fileList {} As String.....etc
(it only highlights the 'UserName 1 = ' bit of code not the rest of the line)
UserName1 is a variable name....and i have tried it with another name incase it was referencing a function or something.
Works fine on mine but on no others....
Please help
I have created a letter template with a userform.
I send it to another user and he gets the message: 'Compile Error: Cant find project or library'
It seems to reference the following line:
UserName1 = Application.UserName
Dim (fileList {} As String.....etc
(it only highlights the 'UserName 1 = ' bit of code not the rest of the line)
UserName1 is a variable name....and i have tried it with another name incase it was referencing a function or something.
Works fine on mine but on no others....
Please help