+ Reply to Thread
Results 1 to 18 of 18

pop up box is needed to display the data in the cell for all the rows dynamically

  1. #1
    Registered User
    Join Date
    05-10-2010
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Question pop up box is needed to display the data in the cell for all the rows dynamically

    Hello all,
    I am sorry for not following the forum rules in my last thread, i have a query in T column in the attached excel sheet.

    My problem is :
    ----------------------------

    I need the data present in the T column cells to be displayed in a pop up box dynamically.

    Note : " pop up " in the sense that a small description box which appears beside the cell

    Description of my excel sheet :

    Here the rows start from the row number 43 and column B .
    Can anyone please help me with the code for displaying the data in pop up box for all the row dynamically .that is the data present in the T column cells should be presented in a pop up . If there is no data in the cell,then there should not be any pop up

    The code logic code loop should stop wherever the data ends in the sheet
    Attached Files Attached Files
    Last edited by Deepthik; 05-29-2010 at 04:06 PM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: pop up box is needed to display the data in the cell

    deepthik,

    why don't you return to your previous threads and and react to / acknowledge the comments there before you embark on a new venture.

    In general, our members would like to learn from the poster if the suggestions provided were useful, or if anything is still missing. Also, there seem to be some outstanding actions requested from you. If you don't respond to replies to your threads, don't expect any more answers to your questions.

    cheers

  3. #3
    Registered User
    Join Date
    05-10-2010
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: pop up box is needed to display the data in the cell

    hello i ve thanked in the prevoios thread..nw i hope i can get answer 4 my question
    Last edited by shg; 05-29-2010 at 02:28 PM. Reason: deleted spurious quote

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: pop up box is needed to display the data in the cell

    These "popups" as you call them, they are comment boxes, correct? Comments are the boxes that appear when you hover your mouse over a particular cell.

    So, you want the text in column T added to "comment boxes" elsewhere on the same row?

    The T43 value is "T06"....which cells in row 43 would receive this comments box? B43?

    How do you want this macro activated? You'll do it manually? Or do you want the comments added immediately anytime you enter a new value into column T?
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  5. #5
    Registered User
    Join Date
    05-10-2010
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: pop up box is needed to display the data in the cell

    hey i want the comment boxes only in T column.whenever the user clicks in any cell in T column then it should display that particular data in a comment box.

    the data starts from B43 and comment box is needed only for the data in T column.

    no i dont want it to be done manaually.I want a macro such that whenever the user clicks in any cell in T column then it should display that particular data in a comment box.

    can you please help with my problem with a help of a macro.
    Last edited by shg; 05-29-2010 at 02:27 PM. Reason: deleted spurious quote

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: pop up box is needed to display the data in the cell

    Now I'm really confused. You want to click on T43 and have a popup comment box appear showing you the content of cell T43 as the text in the comment box? Why? You can already see the content in T43 as you click the cell. What's the point here?

  7. #7
    Registered User
    Join Date
    05-10-2010
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: pop up box is needed to display the data in the cell

    yes it can be seen but i want the T column data in a COMMENT BOX.
    It should be done for all the rows in T column till the data is present.
    Last edited by teylyn; 05-30-2010 at 01:01 AM. Reason: removed quote

  8. #8
    Registered User
    Join Date
    05-10-2010
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: pop up box is needed to display the data in the cell

    yes it can be seen but i want the T column data in a COMMENT BOX.
    It should be done for all the rows in T column till the data is present.

    I WANT A COMMENT BOX FOR EACH CELL IN T COLUMN TO BE APPEARED IN A COMMENT BOX.
    HERE THE DATA STARTS FROM B43.
    THIS SHOULD BE DONE WITH A HELP OF A MACRO.
    Last edited by teylyn; 05-30-2010 at 01:01 AM. Reason: removed quote

  9. #9
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: pop up box is needed to display the data in the cell for all the rows dynamically

    This will do what you've said...it will insert the text into a comment box each time you double-click a cell in column T. This macro goes into the SHEET module:
    Please Login or Register  to view this content.


    If you want to add comments to all the cells in column T all at once, or delete them, use these macros...place these into a regular code module:

    Please Login or Register  to view this content.
    Attached Files Attached Files

  10. #10
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: pop up box is needed to display the data in the cell for all the rows dynamically

    In your attachment what do you want the comment box for T43 to show?
    Do you want a string listing all of the data from that row, like:
    "NST
    3
    46318
    101-30-62-02
    30-DEC-2004
    13:01:22


    111,287.00
    111,287.00
    CLECKTYEG
    Approver
    1
    12/30/04
    1/31/05

    1
    T06"

    or some other string?

    What do you want the comment for T44 to be?
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  11. #11
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: pop up box is needed to display the data in the cell for all the rows dynamically

    Deepthik,

    please stop quoting whole posts. It's just clutter.

    Also, as I've asked you before, don't use ALL CAPS text as it is considered not polite. You come across as very demanding, whether this is your intention or not. This kind of attitude is not something many helpers here put up with.

  12. #12
    Registered User
    Join Date
    05-10-2010
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: pop up box is needed to display the data in the cell for all the rows dynamically

    i am sorry.actually i thought only title shouldnt be in caps.i wont repeat it again.
    i am aware of it nw.
    Last edited by teylyn; 05-30-2010 at 05:31 PM. Reason: removed quote - again

  13. #13
    Registered User
    Join Date
    05-10-2010
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: pop up box is needed to display the data in the cell for all the rows dynamically

    @ JBeaucaire:

    hey actually what is main difference in two macros you had mentioned.i mean can you please redefine what the first and the second one does again.i didnt not understand it that clearly.thank you.
    Last edited by shg; 05-30-2010 at 02:05 PM. Reason: deleted spurious quote

  14. #14
    Registered User
    Join Date
    05-10-2010
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: pop up box is needed to display the data in the cell for all the rows dynamically

    i have another doubt here.what does option explicit do???can you please explain the code too in brief.thank you.
    Last edited by teylyn; 05-30-2010 at 05:31 PM. Reason: removed quote

  15. #15
    Registered User
    Join Date
    05-10-2010
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: pop up box is needed to display the data in the cell for all the rows dynamically

    @mikerickson

    i just want data for the T column data to be displayed in a pop up box when the user clicks an any cell in that column.
    that is in row 43 and under column B the pop up box should display T06 then again for
    b44 it should display T06
    then again for T45 it should be T06
    than for T46 it should display T03 likewise for all.
    it should display whatever data appears for each cell in whole column.
    and if there is a blank( that is no data)than it should not display anything in the popup box(description box).
    Last edited by teylyn; 05-30-2010 at 05:32 PM. Reason: removed quote

  16. #16
    Registered User
    Join Date
    05-10-2010
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: pop up box is needed to display the data in the cell for all the rows dynamically

    can i have a pop up box instead of a description box.i mean the pop up box which we get when u go to data validation-->input message-->title and message one.

    can i have a real pop up box for each cell on T column instead of a description box.i mean it will look more realistic.

    thank you.
    Last edited by teylyn; 05-30-2010 at 05:30 PM. Reason: removed quote

  17. #17
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: pop up box is needed to display the data in the cell for all the rows dynamically

    Deepthik,

    one more reminder: don't quote whole posts, please. In fact, only quote if you're not replying to the previous post, and if you quote, then only the relevant parts of a post, not the whole thing.

  18. #18
    Registered User
    Join Date
    05-10-2010
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: pop up box is needed to display the data in the cell for all the rows dynamically

    alright...wont quote again and again

+ 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