I am coding the creation of a Word document in Access XP and the compiler is choking on the msoFalse constant....

VB Code:
  1. .Selection.ShapeRange.ScaleWidth 0.37, msoFalse, msoScaleFromTopLeft

because it is not defined.

Just keep my code clean, I want to fix this. I believe the soluction is just to figure out what the parent object of the constant is. However, I am having trouble finding it.

Anyone know or have an alternate solution?