Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Amazon Linkerator

    Since I can’t install JPSoftwareTech’s Amazon link generator, I decided to write my own. Fewer features, less choice because that’s how I roll. I recommend JP’s version – it’s very well done. My tastes and habits are very quirky, so this “utility” is very...
    Posted to Daily Dose of Excel (Weblog) by Anonymous on Wed, Mar 13 2013
  • Do consumers prefer the ease of an EXE installer or the transparency of a ZIP file?

    For all the various add-ins available from my website, I have supported two downloadable formats, an EXE and a ZIP file. The EXE is easier to install and includes an uninstall capability. The ZIP hopefully provides the consumer greater transparency and control over what is on their computer. In addition...
    Posted to Daily Dose of Excel (Weblog) by Anonymous on Tue, Nov 27 2012
  • MSHTML Version and getElementsByClassName

    Doug alerted me that Rob van Gelder’s In-Cell Charting post was yet another casualty of the great data loss of 2011. I got the post back up, but there were 85 comments on that post that really deserve to be put back. And I’m working on that. To that end, I wrote some code that [...]
    Posted to Daily Dose of Excel (Weblog) by Anonymous on Fri, Nov 2 2012
  • 2147417848 (80010108)' Automation Error

    Hello all, I was writing this piece of code and I encountered this error: "Run-time Error '-2147417848 (80010108)' Automation Error The object invoked has disconnected from its clients. The code goes like this. . .. . ' make entries in eldo parser Option Explicit Sub makentry() Dim inp...
    Posted to VBA (Forum) by Shoaib Kadri on Tue, Jun 12 2012
  • Spot the 10 differences

    Hi everyone! Yesterday I experienced the tedious task of figuring out what the differences are between the VBA projects of two different versions of a customer project I built a long time ago. Luckily there are tools to compare differences in text files, such as ExamDiff. But the VB editor doesn’t...
    Posted to Daily Dose of Excel (Weblog) by Anonymous on Fri, Sep 16 2011
  • Waiting on Websites

    On this post, Jan Karel Pieterse commented that I should put a timer in my wait code and I couldn’t agree more. It seemed like a good opportunity to just get that code out of the main procedure. Here’s what I came up with. Sub Gotosite()         Dim ieApp As InternetExplorer...
    Posted to Daily Dose of Excel (Weblog) by Anonymous on Wed, Mar 9 2011
  • automation formulas for date and F9

    I have a report that I need to do some automation to. I need it to do 2 things in this order. 1) auto update the date to current date every day *(at a specific time if possible) 2) auto F9 and refresh the data in the report. The flow of the report should be that every morning the report with first automatically...
    Posted to Functions and Formulas (Forum) by spauley on Wed, Feb 16 2011
  • Copying HTML Tables over Merged Cells

    I ran into some strangeness while copying tables from the web to Excel. To demonstrate, I’ll use Debra’s sample data table. I run this code Sub GetTable()         Dim ieApp As Object     Dim ieDoc As Object     Dim Clip As DataObject      ...
    Posted to Daily Dose of Excel (Weblog) by Anonymous on Thu, Feb 10 2011
  • Dymo LabelWriter Part II

    A couple of weeks ago, I posted some code to print labels on a Dymo LabelWriter 450. I wanted to post the finished code because it has a few more tricks in it. Function PrintBoardFileLabel(ws As Worksheet) As Boolean     Dim bReturn As Boolean     Dim vaPrinters As Variant  ...
    Posted to Daily Dose of Excel (Weblog) by Anonymous on Tue, Aug 31 2010
  • Printing to a DYMO LabelWriter 450 from VBA

    I recently had to make some file folders at work. About five minutes after I was done, I purchased a DYMO LabelWriter 450. I was using one of those label makers where you punch in the text, hit print, and press down on a lever to cut the label. Then you have [...]
    Posted to Daily Dose of Excel (Weblog) by Anonymous on Tue, Aug 10 2010
Page 1 of 3 (23 items) 1 2 3 Next >
Copyright Excel User Group and the relevant contributors, 2010. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.