+ Reply to Thread
Results 1 to 2 of 2

Recalculate sheet & Positioning text boxes

  1. #1
    George Andrews
    Guest

    Recalculate sheet & Positioning text boxes

    Excel 2000

    Hello

    I have managed to put some results into Text Boxes by refering to cells
    where I have some worksheet functions.

    This works fine except for two things:

    1) I have to recalculate the page by pressing on F9 every time I change
    cell.
    2) The Text boxes move off the page if I scroll down

    Questions:
    a) How can I automatically recalculate the page every time I change cell
    and
    b) I would like the Text Boxes or Group of Text boxes to move to next to the
    cell that I am clicking on.

    Any help appreciated.

    Regards

    George



  2. #2
    Darrin Henshaw
    Guest

    Re: Recalculate sheet & Positioning text boxes

    Note sure about the second question, but the for your first question,
    use the Worksheet_Change Event. Something like

    Private Sub Worksheet_Change(ByVal Target as Range)
    Application.Calculate
    End Sub

    Or even just get rid of the Application.


    *** Sent via Developersdex http://www.developersdex.com ***

+ 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