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 Wanet Telecoms Ltd 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: oholloway
  • Content: Threads
  • Order by date
  1. oholloway

    Cancel Edit Mode

    I have some code that executes in the "Before DoubleClick" portion of a worksheet.After the code finishes, the cell that was clicked goes into edit mode. Is there any way to cancel that effect or make it go back into regular mode through VBA?
  2. oholloway

    Online DB

    I have a server running MS Windows 2000 server running IIS 5.0 and ASP 3.0 (no .NET). I have several Access 2003 databases that I would like to display(read-only) on the web with asc/desc column sorting and a drop down filter similar to the autofilter in Excel.Those are the 2 required features...
  3. oholloway

    Open and Write Two (or more) Files Simultaneously

    I have two macros that use the following method to open and write files: outF = freefile open Reports_Dir & SUBDIR & OFILE for output as #outF print #outF, HEADER print #outF, chr(34) & _ header1 & c & header2 & c & chr(34) close outF They both write to different...
  4. oholloway

    Video problem

    This has been an ongoing problem for me for the last couple months.While I am surfing the internet,typing, or doing nothing at all, the video to my screen simply blanks out.NO blue screen,no warnings, no errors, just typing,typing and then bam,it's gone.I looked in event log after the computer...

Part and Inventory Search

Back
Top