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 biv343 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: *

  • Users: AZGuy82
  • Content: Threads
  • Order by date
  1. AZGuy82

    VLookup for use in Access query

    I have been trying without successful and wondered if the Tek-Tips forum could help me put a query together in Access. There are two tables I would like to use - TRANSACTIONS and VALUATIONS TRANSACTIONS has Fund,TradeDate,ParValue VALUATIONS has Fund, ValueDate, Price I would like to create a...
  2. AZGuy82

    Passing A File Into Clipboard Using VBA

    I am wondering if somebody can help me with a VBA code that would pass a file into the clipboard. So if a file exists (e.g. C:\Temp\1.xls) I would like to pass it into the clipboard so that I could paste it into a Lotus Notes email. The following code allows me to create a Lotus Notes memo...
  3. AZGuy82

    Using VBA for Onclick Events

    I have been trying to resolve this for quite some time so I thought perhaps somebody on this good board might be able to help. I am attempting to use VBA to open an IE browser, navigate to a website, and copy everything after clicking through a link. The VBA code I have does just that, and...
  4. AZGuy82

    InternetExplorer Excel VBA - Click Through Selected Text

    Hi everyone. I would like to ask if it is possible to have Excel VBA simulate a click on a piece of highlighted text. As an example, I have been able to code the macro so that it pulls the website: With IE .Visible = True .Navigate2 "http://www.citibank.com/us/home.htm" Do...

Part and Inventory Search

Back
Top