Jump to content

Complicated Excel Sendkey


Mucho
 Share

Recommended Posts

How do I send the following Excel string to a cell

=CONCATENATE("=Excel|[NewView.xls]Sheet3!'R",[NewView.xls]Sheet3!$H$2,"C3'")

Without having tested anything, if special chars are giving trouble you might want to try the clipboard:

$SaveAway=ClipGet()
$MyString='CONCATENATE("=Excel|[NewView.xls]Sheet3!'R",[NewView.xls]Sheet3!$H$2,"C3'")'
clipput($mystring)
send("^v")
ClipPut($SaveAway)

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...