+ Reply to Thread
Results 1 to 2 of 2

Display text in cell in large format

Hybrid View

sparx Display text in cell in large... 04-17-2007, 04:29 AM
raypayette You can use the macro... 04-17-2007, 09:33 AM
  1. #1
    Forum Contributor
    Join Date
    11-23-2004
    Location
    Bristol
    MS-Off Ver
    2016
    Posts
    235

    Display text in cell in large format

    Hi all, What VBA would I have to use to make any cell I select by double clicking it make a pop-up window appear and show what was in that cell.
    I have a worksheet with very small text ( shrink to fit ) and some cells are very hard to read, this option would enable you to click any cell to view its contents.
    Or - can vba make a sort of magnifying glass appear by floating the cursor over cells within a certain page appear larger than whats on screen normally?

    Any help would be appreciated.

  2. #2
    Forum Contributor
    Join Date
    12-12-2005
    Posts
    667
    You can use the macro recorder to make a macro (I used the Ctrl + x shortcut) that will Zoom in (I used 200%) and another to Zoom out.
    Sub ZoomIn()
    '
    ' ZoomIn Macro
    ' Macro recorded 4/17/2007 by Administrator
    '
    ' Keyboard Shortcut: Ctrl+x
    '
        ActiveWindow.Zoom = 200
    End Sub
    Best regards,

    Ray

+ 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