View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bobsa Bobsa is offline
external usenet poster
 
Posts: 6
Default Sendkeys VBA and command line

I'm trying to control an object instantiated from Excel with VBA and
sendkeys to it. But cannot get it to work.

All that happens when I step through it in the VB Editor is that the
sendkeys data are sent to the VBEditor window.

I can fire up a window cmd.exe and activate it with AppActivate but
nothign else goes to it. Anyone help on this one??

Bobsa