wildrob Posted November 15, 2005 Report Share Posted November 15, 2005 Hi all, Is it posible to extract text from one box on a page tab to the next box and extract the value there and then load these two pieces of information into to boxes on a separate page. At present I use get control and copy and paste then return to the source to get the info from the second box. Can I speed this up by only going to the source page once? Thanks in advance, Rob. Quote Link to comment Share on other sites More sharing options...
kevin Posted November 15, 2005 Report Share Posted November 15, 2005 Try this: Copy first bit of data to clipboard Copy from clipboard to variable (%T1%) Copy second bit of data to clipboard Copy from clipboard to variable (%T2%) Switch to subsequent page Type %T1% Type %T2% Quote Link to comment Share on other sites More sharing options...
wildrob Posted November 16, 2005 Author Report Share Posted November 16, 2005 Many thanks, that works nicely, Rob. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.