Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a way u can make the macro not activate or set focu
#1
Is there a way u can make the macro not activate or set focus, for example Code:
but+ 15 "Notepad"
key Co
If i wanted it to open a file but, without haveing the open file screen pop up and interupt me with something i am doing like, talking on yahoo , can u make it so it doesnt pop up or set focus on that , THANKS
#2
No.
#3
someone i know is doing it but he wont tell me, like you can talk and macro at the same time without anything popping up and disturbing ur typoing
#4
Hello,

It's 9 years later lol

I can run macros that work on excel without showing the excel window, but is there a way to switch between two excel instances WITHOUT visually activating the windows?

I'd like to avoid being interrupted.
#5
Use two ExcelSheet variables.
Macro Macro2714
Code:
Copy      Help
ExcelSheet a b
a.Init("" 8 "file1")
b.Init("" 8 "file2")
#6
Thanks, Gintaras!

Just a note, it seemed that I needed to use flag 4.
Code:
Copy      Help
ExcelSheet a b
a.Init("" 4 "file1")
b.Init("" 4 "file2")


Forum Jump:


Users browsing this thread: 1 Guest(s)