Results 1 to 14 of 14

VBA Script not getting trigger for automatic calculation

Threaded View

  1. #1
    Forum Contributor Neilesh Kumar's Avatar
    Join Date
    05-26-2016
    Location
    INDIA
    MS-Off Ver
    2013 & 2016
    Posts
    853

    VBA Script not getting trigger for automatic calculation

    Dear Experts,

    I am using the below script in the combobox for go to the selected worksheet and hide non active worksheets but some time it triggers automatic calculation and go to the selected worksheet and sometimes not and incase if not triggers automatically then i do click on calculate now. Is it possible to fix this error.

    Private Sub ComboBox1_Change()
    For X = 1 To Sheets.Count
        Sheets(X).Visible = xlSheetVisible
    Next
    For X = 1 To Sheets.Count
        If Sheets(X).name <> ComboBox1 Then
            Sheets(X).Visible = 2
        End If
    Next
    Application.GoTo Sheets(ComboBox1.Value).[a1], True
    
    End Sub
    Request to you kindly do help me out.

    Many thanks and kind regards,

    Neilesh
    Last edited by Neilesh Kumar; 04-27-2018 at 01:32 AM. Reason: completing the Info

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] activex combobox to trigger automatic sheet code
    By kosherboy in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 01-23-2016, 01:56 PM
  2. Need a 2nd Outlook rule to trigger a 2nd script.
    By Agent-311 in forum Outlook Programming / VBA / Macros
    Replies: 6
    Last Post: 03-10-2015, 03:39 PM
  3. Automatic macro trigger
    By Esuric in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 01-29-2014, 05:01 PM
  4. VBA to trigger/run a Shell script in Unix server
    By sabariurs in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-04-2013, 03:34 AM
  5. Can I trigger a VBA script without pausing Outlook for the duration?
    By baldmosher in forum Outlook Programming / VBA / Macros
    Replies: 5
    Last Post: 08-05-2013, 07:19 AM
  6. Prevent automatic combobox event trigger
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-09-2006, 04:00 PM
  7. [SOLVED] MOREFUNC.XLL - RECALL() to trigger once only calculation?
    By rhay999 in forum Excel General
    Replies: 0
    Last Post: 10-16-2005, 03:05 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