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 TouchToneTommy 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: thebernieb
  • Content: Threads
  • Order by date
  1. thebernieb

    Microsoft Excel Template Question

    Folks, I have created an application that uses VBA macros in Excel and Word templates to perform actions when a document is opened. This works splendidly and I have no problems. However, I do have a problem when I want to update the AutoOpen code. It is a tricky situation, so I'll explain...
  2. thebernieb

    Modules to Text. Help.

    I'm looking for a way to send all modules to a text file. I can accomplish this pretty easily with documents container for stand-alone modules, but class modules are a different issue. Any suggestions? Also, anyone know of any programs that format VB code from text files to MS Word or HTML...
  3. thebernieb

    Modules to Text. Help.

    I'm looking for a way to send all modules to a text file. I can accomplish this pretty easily with documents container for stand-alone modules, but class modules are a different issue. Any suggestions? Also, anyone know of any programs that format VB code from text files to MS Word or HTML...
  4. thebernieb

    Print All Modules to text.

    I'm looking for a way to send all modules to a text file. I can accomplish this pretty easily with documents container for stand-alone modules, but class modules are a different issue. Any suggestions? Also, anyone know of any programs that format VB code from text files to MS Word or HTML...
  5. thebernieb

    HELP. Working with Access Databases on Protected Media

    I can't seem to open MS Access .mdb files on write protected media like CD Roms or protected floppies. I'm trying to open them programmatically, but it gives me error messages. I've done just about all I can think about to get them to open, including setting the read only attribute to true in...
  6. thebernieb

    Help. Printing Help Files.

    Does anyone know of any way I can print *.hlp files along with examples? I find the electronic help really useful, but ineffecient. When I'm working I find that I typically print the help information anyway. So, what I would like to do is print a manual without printing each individual...
  7. thebernieb

    Help. Trapping Errors.

    I'm trying to write an error trapping routine in VBA for Access 97 and am having a few problems. I want to log the errors in a table titled "ErrorLog". That's no sweat. Now I can easily put the error number, source, and description in the table, but what about the actual module...
  8. thebernieb

    Help. Importing Toolbars programmatically.

    I'm writing a two part access application (Client Side/Server Side)and am trying to find a method to keep toolbars updated on the client side without manually importing them from the server side. I would prefer not to use a Toolbars.MDA addin, nor do I want to create a linked toolbars table...

Part and Inventory Search

Back
Top