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 wOOdy-Soft 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: sochidog
  • Content: Threads
  • Order by date
  1. sochidog

    Password protected, workbook open error

    Hi There, Im saving an excel workbook using VBA that is password protected... I have turned off every known event and handled all errors, however when someone provides the wrong password to open the workbook, I get "password error". I dont like popups and want to handle it but its not...
  2. sochidog

    Easy: copy workbook code

    Afternoon All! I've got this macro that copies all the sheets from a source workbook into a new workbook. However, I am missing the code in the "ThisWorkbook" object. Y'know the workbook_open and close stuff that I've added. How do I copy and paste that over. :-)
  3. sochidog

    open HTML file

    I have a vb app that opens a pre-made html file on a shared drive. I think the shared drive doesnt like the line... Dim FileToRun As String FileToRun = CurDir & "\XYZ.html" Shell ("cmd /c " + Chr(34) + FileToRun + Chr(34)) Is there an alternate way to open the html file without using the cmd...
  4. sochidog

    wacky desktop spawns multiple instances of word, excel, outlook

    I've got a guy who has his system tray filled with 10 copies of word, 5 excel, bunches of outlook and msn messager (which he doesn't use) random-like. Since hes not an idiot i give him credit that hes not opening an entire directory... Any spyware or viruses that act in this fashion? Our...
  5. sochidog

    START command with a file that has spaces in it?

    I have a bat file with a START command. How do you get the start command to recognize files with spaces in it? r: cd WeeDatabase start Document Management.mdb Thanks tons!
  6. sochidog

    DOS Command needed

    I have a bat file that opens my database. However, if you click it twice, you can open the database twice. What is the dos command to see if access is already running? "C:\Program Files\Microsoft Office\Office\msaccess.exe" "Y:\OfficeDatabase\xyz.mdb
  7. sochidog

    Insert object xp vs 2000

    Hi there, I have a form with a bound object frame. We usually insert pdf's in there. I noticed that it shows up faithfully on xp access but is sometimes invisible on access 2000. Any thoughts on how to make it appear all the time on 2000? K.
  8. sochidog

    Database size increasing from query

    Hi there, I adjusted some queries the other day - now i note that everytime i run it - the database size increases dramatically. Whats going on?
  9. sochidog

    query_unload not firing

    I've put simple msgboxes in the code and it doesnt fire, whereas the unload works fine. whats going on?
  10. sochidog

    Distributing MDE / Window Close Event

    Hi there... Two questions: 1. Any suggestions on an effecient way of handing out MDE's to my collegues for placement on their C:\ drive? I've put in logging code to catch them if they log in with an old MDE.. but I want something more proactive. 2. My collegues are leaving access using the...

Part and Inventory Search

Back
Top