Q: Open VB - Editor from macro...?

A

Andrew

Never mind..! Just put a "stop" statement in first line of
Private Sub Workbook_Open()
Thanx Anyway
Andrew

| is it possible to open the Vb editor from a Macro..?
| Andrew
|
|
 
A

Andrew

Thanx Ron.
Will investigete the whole VBE object, Didnt know it even exist.

P.S. Your Web Pages have some really helpful and handy stuff.
Thanx again Ron. http://www.rondebruin.nl


| Hi Andrew
|
| You can use
|
| Application.VBE.MainWindow.Visible = True
|
|
| --
| Regards Ron de Bruin
|
|
|
| > is it possible to open the Vb editor from a Macro..?
| > Andrew
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top