M
Malcolm Smith
Joanne
Can you post the whole code which was failing as in your message to me?
This will have the document variable name after the .Open method
Now, as an aside doing stuff like:
sFileName.open
won't work as sFileName is not an object (it's just a string) and,
therefore, it doesn't have the .Open method.
Anyway, just post the whole of the code with the sFileName variable in
place so I can see what is going wrong.
- Malc
Can you post the whole code which was failing as in your message to me?
This will have the document variable name after the .Open method
Now, as an aside doing stuff like:
sFileName.open
won't work as sFileName is not an object (it's just a string) and,
therefore, it doesn't have the .Open method.
Anyway, just post the whole of the code with the sFileName variable in
place so I can see what is going wrong.
- Malc