Macro not found in Autostart folder

B

Bo Hansson

Here is something strange for VBA experts!

My Word VBA application runs OK on several Windows XP computers with Word
2003. However there is ONE computer (same OS and Word version) that cannot
find the macro module contained in Word's Autostart folder. Have verified
via Word > Tools > Options > Paths that Autostart points to the right
folder.

What can possibly cause this very strange behaviour?
Any tips are greatly appreciated!

/Bo Hansson
 
B

Bo Hansson

Forgot the say that the macro security level is set to "middle" on all
computers.

/BosseH
 
K

Klaus Linke

Bo Hansson said:
Here is something strange for VBA experts!

My Word VBA application runs OK on several Windows XP computers with Word
2003. However there is ONE computer (same OS and Word version) that cannot
find the macro module contained in Word's Autostart folder. Have verified
via Word > Tools > Options > Paths that Autostart points to the right
folder.

What can possibly cause this very strange behaviour?
Any tips are greatly appreciated!


Hi Bo,

Perhaps the template in the AutoStart folder has been disabled in "Tools >
Templates and Add-Ins"?

Regards,
Klaus
 
B

Bo Hansson

You were right. Many thanks Klaus!

/BosseH

Klaus Linke said:
Hi Bo,

Perhaps the template in the AutoStart folder has been disabled in "Tools >
Templates and Add-Ins"?

Regards,
Klaus
 
Top