Results 1 to 7 of 7

Copied cell not showing all text

Threaded View

  1. #1
    Registered User
    Join Date
    03-11-2014
    Location
    Southern North Sea
    MS-Off Ver
    Excel 2003
    Posts
    10

    Copied cell not showing all text

    Hi,

    I have a shiftlog workbook where the text in the log is transferred to another worksheet. Trouble is that if there is a lot of text in the logsheet the row height on the recieving sheey seems to stop at 300 pixels. Is there a way of transferring the whole text? Here is a section of the VBA which copies thre rows (thanks Mumps). I have attached the workbook so the full code can be seen.

    Case "priority"
                Range("A" & Target.Row).Resize(, 8).Copy Sheets("Priority Work").Cells(Rows.Count, "A").End(xlUp).Offset(1, 0)
    Thanks

    Andy
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Showing the last entered text in a cell
    By MattBenton in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-08-2013, 07:47 AM
  2. text not showing fully in cell
    By jammanex in forum Excel General
    Replies: 2
    Last Post: 03-15-2007, 10:32 AM
  3. [SOLVED] Help! Complete text in cell not showing
    By Shelley APG in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-31-2006, 07:50 PM
  4. Replies: 2
    Last Post: 08-05-2005, 08:05 PM
  5. [SOLVED] Text is not showing up in cell. Why not?
    By TomBrooklyn in forum Excel General
    Replies: 3
    Last Post: 03-12-2005, 11:06 AM

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