L
Larry
1. 'What is the best way to run a built-in Word command from VBA?
2. Why do some built-in commands run successfully, and others don't?
If I run:
Application.Run MacroName:="WordRight"
it works
If I run Application.Run MacroName:="StartOfWindow"
it doesn't work. I get an error message or nothing happens.
Larry
2. Why do some built-in commands run successfully, and others don't?
If I run:
Application.Run MacroName:="WordRight"
it works
If I run Application.Run MacroName:="StartOfWindow"
it doesn't work. I get an error message or nothing happens.
Larry