sendkeys

  1. D

    Help with Sendkeys or alternate method to enter data in website

    Hello, In Excel 2007, I'm trying to get data from a website using VBA so that I can process it. I have to enter the website and enter in a part number to search on, then select the search result. Finally, I can highlight everything and copy to the clipboard. From there, I can work out the steps...
  2. C

    Macro to print pdf and insert file name

    Hey all - I am trying to write a macro that will print a worksheet to PDF and automaically name the file. This is the code I have so far: Option Explicit Private Sub PrintToPDF_Click() Dim CurrentPrinter As String Dim fileName As String Let fileName = Cells(7...
  3. O

    Entering unicode 'accents' via sendkeys

    I'm trying to use Excel for a Chinese vocabulary list. The Chinese characters aren't the problem at the moment: what I'm trying to solve is the pinyin, i.e. the pronunciation shown in Western alphabetic letters, with accents (diacritics) to show the four tones. For example, the word for...
  4. M

    How can I use a range to define email recipients?

    Hello, So first some background: I am using Excel 2007 and I use Outlook 2000 for email. I am automating a report that we currently do manually in anticipation of increased reporting volume. I have some VBA experience but I would still consider myself pretty novice and I've never really done...
  5. J

    Sendkeys not working for print to PDF

    Hi all, I'm writing a macro that will run a report in excel, save the excel worksheet and then print it to pdf. Everything works fine except the enter sendkey won't work. Does anyone know a better way then using sendkeys? The macro will run for over 100 accounts so I'd prefer to not have to...
  6. W

    Sendkeys Alt-Tab

    Below is the code I've put together. I seem to be getting hung up on the Sendkeys portion. What I'm trying to accomplish is... I have one excel sheet that generates my report: "Test Invoice Report". Using the data generated from the report I would like my macro to allow the user to enter a...
  7. P

    Use of sendkeys in excel with ALT Key

    Hi I am trying to use a macro to automate the use of alt key. my code looks like this--> Private Sub CommandButton1_Click() For i = 0 To 10 Range("A" & i).Value = ActiveSheet.SendKeys("%" & i) Next i End Sub This code is to enter the value of ALT+1...ALT+10 to column A Plz help..
  8. T

    How to get some response from other applications

    Hi there, I am using Excel macros to provide some data to other application (SAP R3 window) using SendKeys and AppActivate funcionality. I have two questions according to this : 1. How can I receive the names/titles of all currently opened windows/programs (bring them to the cells of excel...
  9. M

    Delay for SendKeys, TsTom?

    Hi! I am using Sendkeys for Hyperion Planning Excel Add-In User Interface in order to automate retrieving data from the database. Sometimes the UI is too slow and I'd need a little pause between Sendkeys commands. The most helpful solution was provided by TsTom year 2003 in this Forum, see...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top