appactivate

  • Thread starter Thread starter Philip Kopf
  • Start date Start date
P

Philip Kopf

I am trying to create some VBA in Excel that gathers data
from another application and brings it back into excel.
I can get the VBA code to do this but I can't get the
excel to display on top over the application that I
gathered the other info from. Does anyone know how to
make the excel spreadsheet be ontop again?
 
Philip

I have used

AppActivate "Microsoft Excel"


Help file also says you can use

AppActivate ReturnValue

if you shelled the other app
 
-----Original Message-----
I am trying to create some VBA in Excel that gathers data
from another application and brings it back into excel.
I can get the VBA code to do this but I can't get the
excel to display on top over the application that I
gathered the other info from. Does anyone know how to
make the excel spreadsheet be ontop again?
.
 

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

Back
Top