+ Reply to Thread
Results 1 to 4 of 4

Clearing user inputs.....

  1. #1
    Registered User
    Join Date
    03-27-2005
    Posts
    30

    Arrow Clearing user inputs..... + Sheet Switching

    I have created a sheet that allows the user to fill in a # of fields and then automatically get the results...

    What I am looking for is a way of clearing the sheet when they have finished. I obviously only want to clear the ones they have made input to and not the cells containing the formulas etc....

    I set up a macro that does the job but my main issue is that the sheet needs editing quite a bit and everytime it gets edited (fields added/removed) I have to re record the macro!!!!!

    What is the best way to do this? I wish the default fill for the cells to be 0's

    Regards

    Tom

    *********************************************
    Additional help req'!

    Whil I am getting rid of this macro I thought I may as well remove the other two. All the other marcos do is allow the user to click a text box and move to a different sheet to view the produced report....

    As the use of Macros mean everytime the file is opened you have to click enable macros... I would rather do away with them all together....

    What other options do I have to add "navigation" between sheets w/out the use of macros?

    Thanks

    Tom

    *****************************************************************

    Last edited by tom300181; 03-28-2005 at 08:54 AM.

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996
    Hmmm...no macros, right?

    OK...for the inputs:
    Holding down the Control key, use the mouse to click on each Input Cell.
    Once you have them all, release the Control key.
    Then Insert>Names>Define and create a descriptive named range(s), like UserInputs.

    Then, whenever you want to reset values:
    Edit>Go To> UserInputs......Then press the Delete key to erase the contents OR Enter a Zero, then hold down the Control Key and press Enter to put zeroes in the selected cells.

    To change the definition of InputCells, use Edit>Go To> UserInputs, the hold down the Control Key while you select additional cells. Then just redefine the range name

    Regarding workbook navigation, you can set up hyperlinks on the sheets that refer to other sheets in the same workbook.

    Does any of that work for you?

    Regards,
    Ron

  3. #3
    Registered User
    Join Date
    03-02-2005
    Location
    Greenville, SC, USA
    Posts
    41
    For the second part of your post, you can put in a Hyperlink to go to another page or part of a worksheet. Use Insert - Hyperlink - Bookmark to create. If you want it to go to a certain cell (instead of a certain worksheet) you will want to give that cell a range name.

  4. #4
    Registered User
    Join Date
    03-27-2005
    Posts
    30

    Arrow

    Quote Originally Posted by stvgarner
    For the second part of your post, you can put in a Hyperlink to go to another page or part of a worksheet. Use Insert - Hyperlink - Bookmark to create. If you want it to go to a certain cell (instead of a certain worksheet) you will want to give that cell a range name.
    This works a treat! - One Issue!

    Can this approach be used to hyperlink to a full sheet chart?

    I cannot find the chart under the hyperlink dialog where I acan link to the report..

    Thanks

    Tom

+ 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