stavrosbezas
Technical User
I am having trouble programming a macro to copy the text from the formula to the clipboard so I can use it in another program. Selection.Copy doesn't work when pasting, just copies a blank line. Here is an example of what I want to do:
Run Macro
Copy data from formula bar, (ie. JohnSmith)
Continue to Run Rest of Macro (which access external program and waits for it to return)
While waiting for it to return I want to paste that same data I copied into a field in the External Application.
When external Application is done, Excel detects and proceeds with the rest of the macro.
Everything else is working FLAWLESSLY and now I just need it to do this seemingly very simple task. Please advise!
Run Macro
Copy data from formula bar, (ie. JohnSmith)
Continue to Run Rest of Macro (which access external program and waits for it to return)
While waiting for it to return I want to paste that same data I copied into a field in the External Application.
When external Application is done, Excel detects and proceeds with the rest of the macro.
Everything else is working FLAWLESSLY and now I just need it to do this seemingly very simple task. Please advise!