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 bkrike 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. LokiOfGameSlave

    Excel97 - Application.SendKeys ("^{f}")

    Using Excel97 ... I have created a spreadsheet / database with a number of buttons to do different things. One of those buttons I have assigned to a macro called "Find". The coding (placed in Module2) is as follows: Sub Find() Application.SendKeys ("^{f}") End Sub The...
  2. LokiOfGameSlave

    Highlighting / Selecting Rows when last Row # is unknown

    Otay ... I've searched high and low for the answer to this and haven't been able to come up with the last bit of coding. Using Excel 97. A B 1 Client1 George 2 Client2 Peter 3 Client3 Henry . . . The user enters records in to the spreadsheet / database. There is no set...
  3. LokiOfGameSlave

    Create an "ID Code" from 2 fields (1 Alpha, 1 Date)

    Hi folks, I have a "dateabase" where I have a 4 columns (as below): ClientID Last Name First Name First Visit SMI140902 Smith John 14/09/2002 Currently the ClientID field is manually populated by the user. What I would like is for the field to automatically...
  4. LokiOfGameSlave

    Excel 97 (Win95) file opening 3 instances and in background

    Hello All, A similar question / problem was posted by 7flip7 back on Aug. 21, 2002 (here is a link to that post -> thread68-342305 ) Whenever my user tries to open up this file, 3 or more instances of the file open, and always in the background never active. I have even tried copying the file...
  5. LokiOfGameSlave

    Display Settings Window keep popping up on every boot-up

    Hi there, On a friend's computer, every time he starts his computer up the Display Settings window keeps popping up with the Screen Saver tab selected. Is there anyway to stop this from occurring? Every time it comes up we either click Cancel, or tell it what Screen Saver to use...but each...
  6. LokiOfGameSlave

    How to Min. Database and Open Form automatically

    Ok, I have seen this done with the Sample Databases that comes with MS Access (97), but even after I looked at the code I can't for the life of me figure out how to do it. When I open the database (currently called db1), I would like the database to automaticaly minimize and the form (currently...
  7. LokiOfGameSlave

    Comma Style for calc.exe possible? (throught edit / tweak, etc...)

    I apologize if this is not the correct forum to post this question. Is it at all possible to have the MS Calc.exe program display numbers using the Comma Style instead of its current straight numbers? By that I mean, say you have a figure of 123456. Calc.exe currently displays it as...

Part and Inventory Search

Back
Top