keys

  1. R

    Searchable Drop Down

    Hello Everyone, I just made excel searchable drop down by using active x control (Combo Box) and it's working fine But to select the drop down value i have to use Mouse , however i want to select the drop down value by arrow keys. is it possible? Please help
  2. S

    Disable Specific Keyboard Shortcuts

    I found some great source code from a website (https://www.rondebruin.nl/win/s4/win012.htm) that enables you to disable the user's ability to use keyboard shortcuts. I've used the blocks of code that disable/enable all keyboard shortcuts — not just ones that are listed. I'd like to adapt the...
  3. D

    Vba send keys for specific url

    I am using vba script to send keys to delete records from a web page. Can I limit this so the send keys are only executed when the URL is a specific value? It works great until it gets to the end of the records and the URL changes. Then it deletes things that should not be deleted.
  4. P

    using send keys in outlook

    My latest project has me looking to try and get a count from a mailbox I am delegated for access on. Since I am not able to add in the mailbox to my profile (do not have full access) and have listed on the left side of the Outlook screen I need to go into File option, Open & Export, Other Users...
  5. B

    Application.OnKey "*x" and "*v" not working on Excel 2016 for Mac

    Hi I have a workbook that I have used for several years that successfully used the following code: Application.OnKey "*x", "CutValues" 'Intercept pressing of CMD+X keys. Application.OnKey "*v", "PasteValues" 'Intercept pressing of CMD+V keys. I have updated to the atrocious Excel 2016 for Mac...
  6. richh

    Multi-Key Sort on sheet

    Hi Excel Gurus! I have a sheet I've been trying to sort on three columns. I've been able to sort it on one column, but when I attempt to pass variables to "Key1/Key2/Key3", it doesn't seem to wakt to work. I want to sort it based on last name then first name then ID (Columns B, C, and E...
  7. P

    Shortcut Keys to Select Large Numbers of Rows

    Im trying to select Rows a161500 through f1123456 (to delete them.) Im currently only familiar with the Ctrl+PgDn Method, is there a more efficient method?
  8. J

    "The Sort reference is not valid"

    I have built a subroutine for doing multi column sorts. The problem is that the error on the subject line does not tell me where it is breaking. Can experts at sorts eyeball this and see if a problem pops out? Option Explicit ' Must declare variables - clean programming technique Public Sub...
  9. I

    how to disable the menu key (context key)keyboard using excel Visual Basic

    i trying to protect my excel workbook so no one can copy or edit my work,i have successfully disable all main sources of copying my work such as,"right click" on the mouse is disabled and "save as" is also disabled. "ctrl+c" also disabled,but I've notice that when i click the menu key( context...
  10. V

    Append Query - Key Violations

    Hello everyone! Happy Munday! or is it... I have an issue with my Access Database. I have an append query set up and when I attempt to run it, I get the error of Microsoft Access can't append all the records in the append query....it didn't add 4 records to the table due to key violations...
  11. A

    KeyAscii key restrictions with named range

    I have been using the following code to only allow the user to enter numbers into a text box on a userform. I am needing to use a similar code to this on a named range to restrict the user from entering certain characters. I am not too sure how to manipulate the following code to make it work...
  12. GaryWMn

    How do you create a unique key based on existing data?

    I just worked with a data set where I needed to create a unique key based on existing information where no unique key was set up as a field. I accomplished it by concatenating (using the & [concatenation] operator) several fields based on what I hypothesized and observed about their content...
  13. D

    ComboBox, ListBox, Array, Sheets, keys, Unique items -> need faster

    Hello, I use UserForm ComboBox_Change (as user input) and I want to get the unique items from Worksheet and list them to UserForm.ListBox1. I get what I want but it performs slowly (in my opinion). I think that it could be written better code but I don't know how. Here's the code: Public c as...

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