Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dhtguru

    Alternative to set clipboard data than using IE in VBS

    Basically, I am tabing and copying about 12 cells in a spreadsheet. I assign each cell a name and later I paste the values into a web based form.
  2. dhtguru

    Alternative to set clipboard data than using IE in VBS

    I use it in a script that performs data entry. It copies cells in an Excel spreadsheet assigns it a variable name and then pastes the value as it reaches different locations on a page in a different system.
  3. dhtguru

    Alternative to set clipboard data than using IE in VBS

    My company has locked down the security settings for IE8, so I can no longer enable scripting to use the clipboard. Is there a way to substitute using Word or Excel in place of IE? Here is what I am using now. Set objIE = CreateObject("InternetExplorer.Application")...
  4. dhtguru

    Alternative in VBscript to sendkeys "^(c)"

    Thanks that seems to be doing the trick.
  5. dhtguru

    Alternative in VBscript to sendkeys "^(c)"

    As you cand see I have tried Shift + F10 also, but it will sometimes loose its focus and the line and the script will fail. Wscript.Sleep 100 ' objShell.SendKeys("+{F10}") ' objShell.SendKeys "c"' objShell.SendKeys "^c"'...
  6. dhtguru

    Alternative in VBscript to sendkeys "^(c)"

    The problem I am having with control+c for some reason. Sometimes it will paste the letter c in the field to be copied instead of performing a copy.
  7. dhtguru

    Alternative in VBscript to sendkeys "^(c)"

    I don't have access to the HTML.
  8. dhtguru

    Alternative in VBscript to sendkeys "^(c)"

    Thanks for the quick response. However, these two posts don't seem to address my issue. I am tabbing on a website and as I tab each area where I tab to is being highlighted. I need to be able to copy the highlighted data to the clipboard each time I tab. Without using Control + c.
  9. dhtguru

    Alternative in VBscript to sendkeys "^(c)"

    I need to be able to copy highlighted text into the clipboard without using the above. I couldn't find anything in the forums that exactly matched what I needed. THanks

Part and Inventory Search

Back
Top