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!

Recent content by gvidali

  1. gvidali

    Copy an Excel Range to an Array fast?

    You may want to open the Excel worksheet as a standard ADO recordset: see the sample below... a snippet from a large class module we often use here... Giorgio Vidali Director of Software Development Automated Business Designs, Inc. Public Function RecordsetGet(FromExcelFileName As String...
  2. gvidali

    Combo box property !!

    Following is a simple module that allows you to resize the drop down portion of a combobox. If I understood correctly... this is what you were looking for... Call the sub "ComboSetDropdownWidth" in your Form_Load ev ent, and pass the width (in pixels) that you require... Hope this...
  3. gvidali

    How do I print the code comments in color on a printer

    Well, seems to me that what you need is the very good PrettyCode.Print Add-In available here: http://www.vbcity.com/page.asp?p=home It is free, works like a charm, it is often updated. Have been using for a while and cannot do without it anymore. Giorgio

Part and Inventory Search

Back
Top