I need to call Mac's Text editor ("TextEdit") using the shell command in a VBA project.

I was hoping it would be as simple as:

Shell("TextEdit (mytextfile)")

but there is apparently more to it in Apple.

Any ideas. (The Apple Script editor didn't help much.)