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 Chriss Miller 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: Trident1
  • Content: Threads
  • Order by date
  1. Trident1

    Alternative activation to mouse click

    I work an awful lot in MS Excel and use a considerable amount of macros, a lot of which are assigned to buttons. Can someone please advise me how to enable the user to activate the button by pressing the return key as well as clicking on the button with the mouse?
  2. Trident1

    selecting part of a row from an activecell

    I've written a macro to find an individuals name in a full column of names, from a normal type of user/password type entry. Having found the name in the column, I want to copy the information contained in the six cells to the right of what is now the activecell, and paste it in another...
  3. Trident1

    Launching a macro from another macro in excel

    I have decided that I am duplicating an awful lot in my macros. I thought it would be a good idea to use smaller macros and use them one after the other. Assuming that I named these macros: a, b, c, d etc; I am trying to run them one after the other with: Sub runalot() runmacro: a...
  4. Trident1

    Data Form won't recognise column labels!

    Hi all I have written the simplest macro intended to automate the action of : DATA - FORM... on the standard tool bar, which works perfectly well, manually! I have the column labels in A2 to F2 and the required data in the columns thereunder! Rightly or wrongly, I have the following code...
  5. Trident1

    Need to disable a few keyboard keys

    I need to add something into an autostart macro that will disable the use of pageup, down and the arrow keys. I have looked through a lot on here but it mainly deals with access. I have established the keycode constants, ie. vbKeyUp is 0x26, vbKeyDown is 0x28 etc. Will someone be kind enough...
  6. Trident1

    Security of Excel Spreadsheet

    I have been using macros in excel for quite a while to automate executions whilst working within the spreadsheet environment. To date, I have not mastered the art of a macro activating when the workbook opens! I have read a few articles on the net about this and it seems that the manner in...

Part and Inventory Search

Back
Top