Results 1 to 6 of 6

passing control from control to the worksheet

Threaded View

  1. #1
    Registered User
    Join Date
    06-01-2006
    Posts
    15

    passing control from control to the worksheet

    I have a command button
    Private Sub ResetALL_Click()
         me.stopone.value=nul
         me.stopone.visible=false
         Worksheets("Calculator").calculate
    End Sub
    stopone is a drop down menu that looks up information for a table on a another sheet.

    Based on the stopone value now being nul another cell (A11) on the sheet should go blank but it retains the previous value from stopone. As soon as I click on the worksheet itself A11 goes blank. I've tried adding the line "Worksheets("Calculator").calculate to the code but it does nothing. It only recalculates when I click on the worksheet. What am I doing wrong and how do I do it correctly?
    Last edited by royUK; 09-03-2008 at 11:59 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. control worksheet scrollbar using userform
    By stoey in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-11-2008, 02:43 AM
  2. Replies: 8
    Last Post: 08-05-2008, 01:19 PM
  3. Resolving Weighted Average #Value error in worksheet
    By salmanjan in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-09-2008, 07:22 PM
  4. Replies: 3
    Last Post: 08-17-2007, 02:51 PM
  5. Passing a worksheet into a subroutine
    By dmartindale in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-13-2007, 10:41 AM

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