Mucho Posted September 11, 2008 Posted September 11, 2008 How do I send the following Excel string to a cell =CONCATENATE("=Excel|[NewView.xls]Sheet3!'R",[NewView.xls]Sheet3!$H$2,"C3'") I appreciate any help. Thanks, Thomas
rudi Posted September 14, 2008 Posted September 14, 2008 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!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now