I have a Word template running some VBA and on one machine the file runs without issue. Yet on my other unit (exactly the same install of Windows and the same install of Office) I get the Error 4605: This command is not available notice.
If I go to debug then it always stops on this line...
As stated, this runs fine of some units and not on others.Code:.Columns(1).PreferredWidth = CentimetersToPoints(4.5)
This is a business network, by the way.