+ Reply to Thread
Results 1 to 2 of 2

View Macros window presented when attempting to run Macro

Hybrid View

ckarra View Macros window presented... 11-05-2014, 06:26 PM
HaHoBe Re: View Macros window... 11-06-2014, 02:44 AM
  1. #1
    Registered User
    Join Date
    11-04-2014
    Location
    Sunshine Coast, AUS
    MS-Off Ver
    07-10
    Posts
    1

    Unhappy View Macros window presented when attempting to run Macro

    Hi,

    I am attempting to add a Private Sub Worksheet_Change(ByVal Target As Range) macro to a worksheet.

    When I click run I am prompted to select an existing Macro or type a new name for Macro. If I type a name and select Create, a new Macro (separate from the one I am attempting to run) is created.

    I can not get out of this loop! Suffice to say I'm a n00b at this. Any and all advice appreciated.

  2. #2
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 365 on Win11 (desktop), 2019 on Win11 (notebook)
    Posts
    8,198

    Re: View Macros window presented when attempting to run Macro

    Hi, ckarra,

    code goes behind the sheet which you want to monitor and will get started on any direct change to a given cell/range or via Query. You would not need to start that macro by hand and will not find it listed int the macro list.

    If the macro won´t get fired please make sure that events have been enabled in Excel by entering into the Immediate Window in the VBE
    Application.EnableEvents = True
    and hit Enter (of course make any macro available in the workbook as well).

    Ciao,
    Holger
    Use Code-Tags for showing your code: [code] Your Code here [/code]
    Please mark your question Solved if there has been offered a solution that works fine for you

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. MSG box appears when attempting to save from user created template with Macros
    By brharrii in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-14-2013, 05:50 PM
  2. [SOLVED] Cant View Immediate Window
    By VKS in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-23-2013, 09:23 AM
  3. Replies: 1
    Last Post: 05-05-2010, 01:33 PM
  4. Hiding macros in macro popup window
    By PO in forum Excel General
    Replies: 2
    Last Post: 05-14-2006, 03:10 PM
  5. [SOLVED] 3/4 window view
    By mommarosa in forum Excel General
    Replies: 3
    Last Post: 02-11-2005, 04:06 PM

Tags for this Thread

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