+ Reply to Thread
Results 1 to 4 of 4

function to add from a overview sheet information to other sheets

  1. #1
    Registered User
    Join Date
    09-05-2013
    Location
    Vienna, Austria
    MS-Off Ver
    Excel 2010
    Posts
    32

    function to add from a overview sheet information to other sheets

    Hello ^^

    i hope you understand my explanations.

    I have one sheet. It Shows an overview about contracts.

    In the other Sheets there are all the contracts. The sheet are called Contract1, Contract2, Contract3, Contract4 and so on.

    The Overviewsheets Looks like this

    Contract Number Name

    Contract 1 Miller
    Contract 2 Smith
    Contract 3 Grimm
    Contract 4 Dilan

    .......


    With the help of the following VBA I can jump to the serveral contracts.



    Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
    On Error GoTo Ende
    Sheets(Target.Value).Select
    Cancel = True
    Ende:
    On Error GoTo 0
    End Sub

    The Problem is that the Name in the Sheets is missing.

    I want to put the Name there.


    Is there any funciton like

    + If (sheet 1 is contract, then Name is miller, put it in sheet contract 1 in A1)

    I hope you understood my explanations.

    greetz Benjamin
    Last edited by benjamin.grimm; 09-10-2013 at 06:54 AM.

  2. #2
    Forum Expert millz's Avatar
    Join Date
    08-14-2013
    Location
    Singapore
    MS-Off Ver
    Excel, Access 2016
    Posts
    1,694

    Re: function to add from a overview sheet information to other sheets

    If I understood you correctly.... maybe this?
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    09-05-2013
    Location
    Vienna, Austria
    MS-Off Ver
    Excel 2010
    Posts
    32

    Re: function to add from a overview sheet information to other sheets

    ok

    i solved the Problem differntly.

    I Export via the querry now also the Name from Access. Itīs easier.

    greetz Benjamin

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: function to add from a overview sheet information to other sheets

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 01-29-2013, 09:19 PM
  2. Conditional Formatting & Overview Sheet
    By Scourgeoz in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-12-2010, 09:10 PM
  3. update an overview sheet using a command button
    By johnpaulhenning in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 11-26-2008, 04:25 PM
  4. Copy info from sheet1 to an overview sheet with VBA
    By nessler in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-14-2008, 07:55 AM
  5. [SOLVED] Overview over lockd cells in a sheet.
    By Ebbe in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-27-2006, 03:25 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