Results 1 to 14 of 14

Macro that AUTOMATICALLY activates another macro without human interference? HELP

Threaded View

  1. #4
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,863

    Re: Macro that AUTOMATICALLY activates another macro without human interference? HELP

    Private Sub Workbook_Open()
    If Weekday(Now, vbMonday) < 6 Then
        Application.OnTime VBA.TimeValue("23:59:00"), "knappen"
    End If
    End Sub
    shall be in thisworkbook code. In VBA Editor (Alt+F11) click on the list of your workbook objects on ThisWorkbook (could be also translated - in PL versions since Excel 2007 it's called Then_Skoroszyt - which means thisworkbook anyway :-P) to open it's code

    PS. To attach a sample workbook click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window. Select files (max 2) press Upload and press Close then Submit reply
    Attached Images Attached Images
    Last edited by Kaper; 04-29-2016 at 06:20 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 10-10-2015, 01:00 AM
  2. [SOLVED] Macro activates in wrong sheet
    By SoothSailor in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-08-2015, 12:17 PM
  3. Help with running a Macro that activates a different workbook whose name changes
    By jjcarter1988 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-24-2013, 05:45 PM
  4. Button who activates a macro
    By RoMarius1981 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-20-2012, 07:27 AM
  5. Cell select activates macro
    By pauluk in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-28-2005, 09:55 AM
  6. [SOLVED] How can I stop a macro for Human Interaction
    By Henry Stock in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-19-2005, 07:06 PM
  7. Rectangle that activates a macro
    By in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-07-2005, 03:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1