Thread
:
Code equivalent to Alt + Tab
View Single Post
#
6
Posted to microsoft.public.excel.programming
Dave Peterson
external usenet poster
Posts: 35,218
Code equivalent to Alt + Tab
Ps. If you just want to cycle through the open windows, you can use a macro
with a line like:
ActiveWindow.ActivateNext
(Slightly less code <vbg)
Dave Peterson wrote:
<<snipped
--
Dave Peterson
Reply With Quote
Dave Peterson
View Public Profile
Find all posts by Dave Peterson