+ Reply to Thread
Results 1 to 5 of 5

Pop-up display in excel

Hybrid View

  1. #1
    Registered User
    Join Date
    10-23-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    6

    Unhappy Pop-up display in excel

    Hi All,

    I have a column where each cell has very large amount of data. Now I do not want to ruin the symmetry of by excel by increasing the column width and row height.
    So is it possible that when I click on that cell, then the contents are displayed in a separate pop-up window?

    Otherwise any other pointers on how to display a cell with large contents will be greatly appreciated.

    Regards
    Anubhav

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Pop-up display in excel

    when you click on the cell does it not display the whole cell information in the formula bar?
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    10-23-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Pop-up display in excel

    Yes it does. But I want a separate pop-up.
    Reason being that for the formula bar as well, I will have to adjust length of the formula bar. So I do not want to do that. A separate pop-up will look more neat:-)

    Cheers

  4. #4
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Pop-up display in excel

    i suppose pressing F2 would not suffice either then

    only other option i can think of is to create a text box
    then insert a selection change code in VBA

    something like
    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
        ActiveSheet.Shapes.Range(Array("TextBox 1")).Select
        Selection.ShapeRange(1).TextFrame2.TextRange.Characters.Text = Target.Value
    End Sub

  5. #5
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,481

    Re: Pop-up display in excel

    you could store the same information in the cells comment.
    Cheers
    Andy
    www.andypope.info

+ 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: 13
    Last Post: 03-04-2013, 04:25 PM
  2. Want excel formula/macro to pull external text string from WORD and display in excel
    By crnadeau4 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-21-2013, 12:49 PM
  3. Can I display an Excel chart as my screensaver display?
    By Burke in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 08-01-2006, 02:05 PM
  4. [SOLVED] To display contents of a folder in an excel sheet using Excel MACRO
    By vishucool@gmail.com in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-23-2006, 08:18 PM
  5. Replies: 0
    Last Post: 04-21-2006, 12:10 PM

Tags for this Thread

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