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.
  • Re: Crashing due to Event

    Jake The code per se looks fine. I can see a few places where I would make some changes, but it should not cause a crash. i would suspect the userforms to be the issue as unless you specifically release the memory, you will get all kinds of problems (IMO) eventually. Make sure when you display the UserForm...
    Posted to VBA (Forum) by Nick Hodge on Wed, Sep 3 2008
  • Re: Web Query - Listing data before an auto refresh brings in new data

    Rob I'm sure there is, if you have the data in an Excel sheet it can be copied off somewhere at set intervals. There may be an event you can use to to this just after the data refreshes (Worksheet_Change() etc (This code takes the data in A1:A30 and pastes it to the same range on sheet2 if there...
    Posted to VBA (Forum) by Nick Hodge on Fri, Apr 11 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
  • Using VBA for Drag-and-Drop Data entry

    Hello. Here is my goal in its simplest form. I have a list of data in column A (for example, A5:A10). I have a row of boxes (merged cells) in row 2. I would like to write VBA code that would allow me to click on a piece of data from column A, "drag" it to one of the boxes (merged cells), and...
    Posted to VBA (Forum) by Anonymous on Thu, Jan 31 2008
  • Re: Add event to new worksheet using VBA

    Hi Anonymous! This is how I would add a new worksheet and attach the "Calulate" event handler (the example shows a message box each time the calculate event is triggered): Private Sub NewSheet_Click() Dim oXl As Application: Set oXl = Application oXl.EnableEvents = False oXl.DisplayAlerts ...
    Posted to VBA (Forum) by Pedro80 on Wed, Jan 9 2008
Page 1 of 1 (5 items)
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.