Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to use sendkeys. Is there a way to confirm that I have
the macro in the vbe editor, so that I have sendkeys access the vbe editor rather than accidentally access regular excel menu? thanks for your help |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can switch to the VBE using this
Application.VBE.ActiveCodePane.Sho This switches to the VBE - a further refiement might be to make the 'right' code visible? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
An even further refinement might be to figure out how to not have to use
sendkeys - depending on what you are doing that may be the best solution although it is admitted that not every action can be accomplished with code. -- Regards, Tom Ogilvy "AA2e72E" wrote in message ... You can switch to the VBE using this: Application.VBE.ActiveCodePane.Show This switches to the VBE - a further refiement might be to make the 'right' code visible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with SendKeys + active window | Excel Programming | |||
SendKeys, Windows Active screen Question..Pls Help!!! | Excel Programming | |||
Sendkeys | Excel Programming | |||
SendKeys | Excel Programming | |||
sendkeys | Excel Programming |