Move Stencil Window horicontally on top

M

Mario Wilding

Hello!

I have the following problem:

I need to move the stencil window horicontal on the top. With the mouse
no problem, but with VBA. Know someone how can I do this??

Thanks for answers!

brgds
Mario Wilding
 
J

JuneTheSecond

You might move your stencul window like,,,
mywin.WindowState = visWSDockedBottom
If you wish to change height and width, you might first
your stencil window, and change height and width, and
move it.
 
J

JuneTheSecond

And to set mywin to stencil window,
Set mywin = ActiveWindow.Windows.ItemFromID(1669)
 

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