Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.
All Tags » Macro (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • automate sending worksheet to distribution list

    Using Excel 2003, I would like to automate the process of creating a worksheet from a template, got this working, then automate sending this worksheet to a defined distribution list. I tried recording a macro but it stops after the email is called without entering the recipients and then sending the...
    Posted to VBA (Forum) by rfk100 on Fri, Aug 15 2008
  • Assign an acronym of the relevant plant in a separated column

    Dear forum users and bloggers, I would be really greatful if you could help me with the following matter. I need to assign the "freight payer" which is either the sending or in some times the receiving plant, e.g. OT for Ontario etc. I have two columns "sender" and "receiver"...
    Posted to VBA (Forum) by laguerriere on Mon, Jun 30 2008
  • Re: ODBC reading excel file over internet

    The code is currently opening the file as you describe. The main reason we are implementing this code is for speed reasons. Based on that, I am trying to find the absolute fastest way to read this data. I had done some testing on my local PC and known network locations (with regular drive letters), and...
    Posted to VBA (Forum) by Pgmer on Mon, Apr 21 2008
  • Re: How to determine if a cell has a comment

    Hi, Or you could make a function out of it... Public Function HasComment(rngRef As Range) As Boolean On Error Resume Next HasComment = CBool(Len(rngRef.Comment.Text)) End Function
    Posted to VBA (Forum) by Zack Barresse on Sat, Apr 19 2008
  • Re: Creating Your Own Help screens

    Thanks. Specifically, I mean through the Excel fx feature. When you invoke fx , you get the list of arguments with entry fields, a description of the function, and the opportunity to select help for that function. I haven't found any way to add the description and help.
    Posted to VBA (Forum) by Anonymous on Wed, Apr 9 2008
  • Creating Your Own Help screens

    How do you write a help file for an Excel VBA function that is displayed when a user clicks "help on this function"
    Posted to VBA (Forum) by Anonymous on Wed, Apr 9 2008
  • I want to create a standard deviation bell graph

    Can please someone send me the workings in a excel sheet which shows how to create a bell shaped graph. I have 500 data points and i'm struggling to show standard deviation in the form of a bell graph. You help will be appriciated. My email address is : vanse@hotmail.co.uk Thanks
    Posted to General (Forum) by vanse@hotmail.co.uk on Sun, Mar 30 2008
  • Beforeclose event VBA question

    I would like to receive an email notification with a hyperlink to an excel workbook whenever someone completes said workbook (actually a customized template we use for each of our individual projects). After a little digging, one approach seems to be to create a beforeclose event with a customized dialog...
    Posted to VBA (Forum) by Anonymous on Fri, Mar 21 2008
  • Re: How to Add Double Quotes To Fields

    Hi, The array2string macro below should do the job for you. I wrote it a long time ago when I was learning about Excel arrays and have used it constantly since then. By chance, its latest use was to to do exactly what you want. Assuming that your values are in A3:C3, the formula would be ... {=PERSONAL...
    Posted to General (Forum) by Anonymous on Thu, Feb 28 2008
  • Re: Macro - Column to Row

    Jim I doubt this is the full extent of your issue, but using you example... Sub TransposeRng() Range( "A1:E1" ).Value = Range( "A1:A5" ).Value Range( "A2:A5" ).Clear End Sub Post back when you want this done for many columns
    Posted to General (Forum) by Nick Hodge on Fri, Feb 22 2008
Page 1 of 2 (12 items) 1 2 Next >
Copyright Excel User Group and the relevant contributors, 2008. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.