Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Open script with a button

Dear specialists,


I would like to make a button/action which will open the Script Editor (Ctrl+E)
And one that will open the Tabel viewer (Ctrl +T)


Any idea which action/macro I have to use to do this?


Thanks!


1 Solution

Accepted Solutions
Not applicable
Author

Hi Dennis,

Use the following macro to open edit script mode...

sub test

ActiveDocument.DialogEditScript

end sub




View solution in original post

4 Replies
Not applicable
Author

Hi Dennis

Try having a look at sending Keystrokes through a macro. It just might do the trick.

Thanks,

Jandre

Not applicable
Author

Hi Dennis,

Use the following macro to open edit script mode...

sub test

ActiveDocument.DialogEditScript

end sub




Anonymous
Not applicable
Author

Yes, thanks Gopinathan. that works!
Now I need one for the tabel viewer, any idea's?

Anonymous
Not applicable
Author

Thanks for you reaction JKillian.

I tried to make this in Excel I couldn´t get it to work..
Any I do how a Macro for the keys combination CTRL+T should looks like?

Thanks.