Excelguru.ca - Powered by vBulletin
  • Register
  • Help

  • Home
  • Products & Services
    • Live Training
    • Video Courses
    • Monkey Tools Add-in
    • Books & Other Products
    • Private Courses
    • Consulting & Mentoring
    • Training Calendar
    • Affiliate Sales Program
    • About Us
    • Today's Posts
    • FAQ
    • Calendar
    • Community
      • Member List
    • Forum Actions
      • Mark Forums Read
    • Quick Links
      • View Site Leaders
  • Blog
  • Forum
    • Excelguru Forums
    • What's New?
    • Today's Posts
    • Forum Guide
    • Forum FAQ
    • Supported BB Code Tags
  • Resources
    • Online Training
    • Recommended Books
    • Add-ins & Tools
    • Excel Blogs
    • Useful Links
  • Knowledge Base
  • Contact Us
  • Advanced Search
  • Home
  • Home
  • Knowledge Base Articles

  1. If this is your first visit, then welcome! Be sure to check out the FAQ by clicking the link above.
    Register here so that you can post in the forums or comment on the articles.

  • Monkey Tools
  • Knowledge Base Articles By Category

    Access - ADO (4)
    Access - SQL (4)
    Access - VBA Programming (10)
    Downloads - Games (1)
    Downloads - Learning Aids (11)
    Downloads - Utilities (9)
    Excel - ADO (4)
    Excel - Charts and Data Visualization (1)
    Excel - Formulas (8)
    Excel - General Tips (36)
    Excel - Interactive Pages (9)
    Excel - PivotTables (12)
    Excel - Power Query (3)
    Excel - PowerPivot (7)
    Excel - SQL (4)
    Excel - UDF (7)
    Excel - User Interface Customization (2)
    Excel - VBA Programming (49)
    Excel - WebApp (4)
    Internet Explorer - VBA Programming (1)
    Novell Groupwise - VBA Programming (2)
    Other - General (1)
    Outlook - General Tips (5)
    Outlook - VBA Programming (7)
    PDF Creator - VBA Programming (11)
    Power BI (3)
    PowerPoint - VBA Programming (7)
    Publisher - VBA Programming (7)
    Syndicated Articles (7)
    Training Products (10)
    Word - VBA Programming (8)
  • Excel - VBA Programming

    Examples Of Using Late Binding To Connect To Other Applications 

    by
    Ken Puls
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 2006-01-20 06:45 AM     Number of Views: 30210 

    Introduction:
    This article contains examples of using late binding to attach to the current instance or create a new ...
    Read More Read More

    Connecting To/Creating A New Application Instance Via Late Binding 

    by
    Ken Puls
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 2006-01-16 06:36 AM     Number of Views: 21202 

    Introduction:
    There are actually two different ways to accomplish this task, depending on exactly what you want to do. You can:
    • Connect to an existing application (uses the GetObject method)
    • Create a new application with no document loaded (uses the CreateObject method)

    Please note that while all of this code was written to control Microsoft Word from Excel, you can use it in any other VBA enabled application, and you can also use it to control any other VBA enabled application, simply by changing "Word" to Excel, Powerpoint, Access, etc... in the examples below.
    ...
    Read More Read More

    User Defined Function To Show Formulas In A Cell 

    by
    Ken Puls
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 2006-01-11 09:28 AM     Number of Views: 20989 

    Macro Purpose:
    • Function to show the formula in another cell as text.
    ...
    Read More Read More

    User Defined Function To Sum And Round To Two Decimal Places 

    by
    Ken Puls
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 2006-01-10 09:20 AM     Number of Views: 37346 

    Macro Purpose:
    • To round a Sum formula to two decimal places
    ...
    Read More Read More

    Quickly Eliminate Duplicate Records From A Specific Column 

    by
    Ken Puls
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 2005-10-08 06:17 AM     Number of Views: 18650 

    Macro Purpose:
    • Function to quickly remove all duplicates from a specified column in Excel using VBA.

    Examples ...
    Read More Read More

    Extract Novell Groupwise Attachments And Save To A Directory 

    by
    Ken Puls
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 2005-04-20 06:25 AM     Number of Views: 16219 

    Macro Purpose:
    Scan a user specified Novell Groupwise folder, and save all files of a specific type to the directory specified in the code.

    Examples of where this function shines:
    Assume that you have emailed out 600 surveys in a word document, and you want to save them all to a folder for further processing. Rather than have you save each file to the folder manually, this code will extract them all at one time.

    This code can be very easily adapted to work with any type of file, since it examines the last three letters (the extension) of each attachment to an email. This means that you do not need a program capable of opening the file on your hard drive to run this code. ...
    Read More Read More 1 Comment

    Function to Return Various Environment Names 

    by
    Ken Puls
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 2005-01-04 08:32 AM     Number of Views: 20035 

    Function Purpose:
    This function can be used to retrieve one of three types of usernames, and can be used in a worksheet cell or in VBA.

    The usernames that it can return are:
    • Microsoft Office username (default) as defined in Tools|Options|General
    • Microsoft Windows logon name
    • Computer name (as defined in your system properties)

    ...
    Read More Read More 1 Comment

    Export A Range Of Excel Data To A Database 

    by
    Ken Puls
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 2004-12-20 07:09 AM     Number of Views: 57135 

    Macro Purpose:
    • Exports a table of data from Excel into a database, using an ADO connection to pass SQL strings.

    ...
    Read More Read More 6 Comments
    Page 3 of 3 FirstFirst Previous 1 2 3
  • MVP Logo
  • Recent Forum Posts

    AliGW

    Not able to figure out how to fetch a column value present in a different excel sheet

    Here you go:

    =LOOKUP(2,1/((Sheet2!$A$2:$A$11=A2)*(Sheet2!$C$2:$C$12=4)),Sheet2!$B$2:$B$12)...

    AliGW Today, 02:43 PM Go to last post
    ajyexcel

    Not able to figure out how to fetch a column value present in a different excel sheet

    Hi Ali,
    Thank you for your response.
    Uploaded.....

    ajyexcel Today, 02:07 PM Go to last post
    AliGW

    Specification Comparison Table from Different Worksheets

    Well, you've made this much harder to test by using the RAND() formula and not then copying and pasting values, and I don't have time to fix that on top...

    AliGW Today, 09:07 AM Go to last post
    AliGW

    Specification Comparison Table from Different Worksheets

    Aaarrrggghhhh!!!!

    I have just noticed another bloody merged cell - ROLL. Going to have to re-write again. NOW I'm getting annoyed. ...

    AliGW Today, 08:31 AM Go to last post
    AliGW

    Specification Comparison Table from Different Worksheets

    OK - the thing is, when you ask for help, you really need to try to make sure that the data you provide as a sample truly reflects the data you are working...

    AliGW Today, 08:20 AM Go to last post
  • Contact Us
  • Excelguru Forums
  • Archive
  • Top
All times are GMT +1. The time now is 05:35 PM.
Powered by vBulletin® Version 4.2.5
Copyright © 2021 vBulletin Solutions Inc. All rights reserved.
Pre-Defined Posts provided by Post Templates v1.6.1pl1 (Free) - vBulletin Mods & Addons Copyright © 2021 DragonByte Technologies Ltd.
Thread / Post Bookmarks provided by Thread / Post Bookmarking v1.2.0 (Free) - vBulletin Mods & Addons Copyright © 2021 DragonByte Technologies Ltd.
Copyright © 2004 - by Excelguru Consulting Inc.
Gravatar by 1e2.it