Compile error Syntax error

  • Thread starter bradley_j_mersereau
  • Start date
B

bradley_j_mersereau

I had my MS office reinstalled by me desktop group. We use MS Share Points
services and have documents located on our share point. Prior to the
reinstall I could open documents. Since the reinstall I get a Complie error:
Syntax error. VB opens up and shows me this code:

Private Sub TmpDDE ()
WordBasic.AppShow
Rem _DDE_ReadWriteOnSave
WordBasic.FileOpen Name :=, Revert :=0
End Sub

I went inot Normal.dot Tools/Macro/Macros/Organizer to try to remove the
TmpDDE macro but it is not there. Can someone help?
 
B

Beth Melton

Open the Visual Basic Editor Alt + F11 and see if you can find the
code there. Or when the VBE opens to the code try deleting the
procedure.

This is a temporary procedure created when you open Word outside the
application, such as double-clicking a file from your Desktop and is
typically deleted.

Please post all follow-up questions to the newsgroup. Requests for
assistance by email can not be acknowledged.

~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP

Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/


"(e-mail address removed)"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top