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 SkipVought 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. sharlfish

    Get statement give Bad Record Length error

    The error happens when I create a document is created using the AutoNew() sub routine in a word template. I have had the same problem happen with some other templates I use and have overcome it by adding 2 bytes to the len statement to accomodate the buffer that windows creates. But the text...
  2. sharlfish

    Get statement give Bad Record Length error

    I have a macro that has been working for about 3 years, but I am now occasionally getting a bad record length error. The process starts in a Visual Basic application that sends information to a text file that is opened using the Open statement in VBA and then reads the data records. The data...
  3. sharlfish

    Using a Grid control on a VBA UserForm

    I am trying to find a grid control that I can use on a VBA userform to gather an unlimited amount of information in a grid format from a user and then place the information entered onto a Word document. I have tried a grid control that can be used in VB, but it is quite cumbersome in VBA and...
  4. sharlfish

    Detect available printers using VBA

    I need to add a userform module to a macro to allow the user to select from a list of printers available to them. What I envision is to write code to search their system to see what print drivers are installed on their printer and give them the option to choose from those printers, much like...

Part and Inventory Search

Back
Top