make VbA invisible
Hi Rick,
Try:
Application.VBE.MainWindow.Visible = False
---
Regards,
Norman
"newbie in hell" wrote in message
...
Hi:
When I try to open a workbook by using automation, VBA Console gets open
too.
I don't want the user to see vba code written on ThisWorkbook module.
What should I do?
Thank you.
Rick.
|