T Ted Moes Jan 24, 2008 #1 When ever i open a word doc i get a visual basic error box saying: Compile error in hidden module: basInterface is it an easy fix
When ever i open a word doc i get a visual basic error box saying: Compile error in hidden module: basInterface is it an easy fix
J Jay Freedman Jan 24, 2008 #3 Ted said: When ever i open a word doc i get a visual basic error box saying: Compile error in hidden module: basInterface is it an easy fix Click to expand... You have an add-in with a badly written macro. You need to find out which add-in contains the macro and remove that add-in. See the last section of http://word.mvps.org/FAQs/AppErrors/ProbsOpeningWord.htm for the procedure. -- Regards, Jay Freedman Microsoft Word MVP Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
Ted said: When ever i open a word doc i get a visual basic error box saying: Compile error in hidden module: basInterface is it an easy fix Click to expand... You have an add-in with a badly written macro. You need to find out which add-in contains the macro and remove that add-in. See the last section of http://word.mvps.org/FAQs/AppErrors/ProbsOpeningWord.htm for the procedure. -- Regards, Jay Freedman Microsoft Word MVP Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
T Ted Moes Jan 24, 2008 #4 well i renamed normal.dot to .old then back to .dot and low and behold error was gone ty