+ Reply to Thread
Results 1 to 5 of 5

application screenupdating issue

  1. #1
    Gary Keramidas
    Guest

    application screenupdating issue

    i have an issue with turning off screenupdating. i open a series of workbooks to
    create reports in a master. the workbooks have workbook_open code that turns
    screenupdating off and then back on. so when my code is running in the master,
    screenupdating gets turned back on after i open each workbook.

    i added another screenupdating = false line right after the code that opens the
    workbook and the screen doesn't flash, but i still see each workbook i'm opening
    while i'm copying the data from it.

    anyway around this?

    --


    Gary




  2. #2
    Jim Cone
    Guest

    Re: application screenupdating issue

    Hi Gary,
    In the dependent workbooks, try putting your ScreenUpdating code in an
    Auto_Open sub in a general module. An auto_open sub is not called
    if the workbook is opened by code, but runs if the workbook is opened normally.
    Jim Cone
    San Francisco, USA
    http://www.realezsites.com/bus/primitivesoftware


    "Gary Keramidas" <GKeramidasATmsn.com> wrote in message
    i have an issue with turning off screenupdating. i open a series of workbooks to
    create reports in a master. the workbooks have workbook_open code that turns
    screenupdating off and then back on. so when my code is running in the master,
    screenupdating gets turned back on after i open each workbook.

    i added another screenupdating = false line right after the code that opens the
    workbook and the screen doesn't flash, but i still see each workbook i'm opening
    while i'm copying the data from it.
    anyway around this?
    Gary




  3. #3
    Gary Keramidas
    Guest

    Re: application screenupdating issue

    i'll move all the code in all the workbooks after my client closes tonight and
    give it a shot.

    thanks

    --


    Gary


    "Jim Cone" <[email protected]> wrote in message
    news:[email protected]...
    > Hi Gary,
    > In the dependent workbooks, try putting your ScreenUpdating code in an
    > Auto_Open sub in a general module. An auto_open sub is not called
    > if the workbook is opened by code, but runs if the workbook is opened
    > normally.
    > Jim Cone
    > San Francisco, USA
    > http://www.realezsites.com/bus/primitivesoftware
    >
    >
    > "Gary Keramidas" <GKeramidasATmsn.com> wrote in message
    > i have an issue with turning off screenupdating. i open a series of workbooks
    > to
    > create reports in a master. the workbooks have workbook_open code that turns
    > screenupdating off and then back on. so when my code is running in the master,
    > screenupdating gets turned back on after i open each workbook.
    >
    > i added another screenupdating = false line right after the code that opens
    > the
    > workbook and the screen doesn't flash, but i still see each workbook i'm
    > opening
    > while i'm copying the data from it.
    > anyway around this?
    > Gary
    >
    >
    >




  4. #4
    Gary Keramidas
    Guest

    Re: application screenupdating issue

    works fine jim. thanks again

    --


    Gary


    "Jim Cone" <[email protected]> wrote in message
    news:[email protected]...
    > Hi Gary,
    > In the dependent workbooks, try putting your ScreenUpdating code in an
    > Auto_Open sub in a general module. An auto_open sub is not called
    > if the workbook is opened by code, but runs if the workbook is opened
    > normally.
    > Jim Cone
    > San Francisco, USA
    > http://www.realezsites.com/bus/primitivesoftware
    >
    >
    > "Gary Keramidas" <GKeramidasATmsn.com> wrote in message
    > i have an issue with turning off screenupdating. i open a series of workbooks
    > to
    > create reports in a master. the workbooks have workbook_open code that turns
    > screenupdating off and then back on. so when my code is running in the master,
    > screenupdating gets turned back on after i open each workbook.
    >
    > i added another screenupdating = false line right after the code that opens
    > the
    > workbook and the screen doesn't flash, but i still see each workbook i'm
    > opening
    > while i'm copying the data from it.
    > anyway around this?
    > Gary
    >
    >
    >




  5. #5
    Jim Cone
    Guest

    Re: application screenupdating issue

    Gary,
    You are welcome, appreciate the update.
    Jim Cone


    "Gary Keramidas" <GKeramidasATmsn.com> wrote in message
    news:[email protected]...
    works fine jim. thanks again
    Gary


    "Jim Cone" <[email protected]> wrote in message
    news:[email protected]...
    > Hi Gary,
    > In the dependent workbooks, try putting your ScreenUpdating code in an
    > Auto_Open sub in a general module. An auto_open sub is not called
    > if the workbook is opened by code, but runs if the workbook is opened
    > normally.
    > Jim Cone
    > San Francisco, USA
    > http://www.realezsites.com/bus/primitivesoftware
    >
    >
    > "Gary Keramidas" <GKeramidasATmsn.com> wrote in message
    > i have an issue with turning off screenupdating. i open a series of workbooks
    > to
    > create reports in a master. the workbooks have workbook_open code that turns
    > screenupdating off and then back on. so when my code is running in the master,
    > screenupdating gets turned back on after i open each workbook.
    >
    > i added another screenupdating = false line right after the code that opens
    > the
    > workbook and the screen doesn't flash, but i still see each workbook i'm
    > opening
    > while i'm copying the data from it.
    > anyway around this?
    > Gary


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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