Results 1 to 5 of 5

Weird behaviour of column copy

Threaded View

YasserKhalil Weird behaviour of column copy 07-25-2015, 04:51 AM
YasserKhalil Re: Weird behaviour of column... 07-25-2015, 05:01 AM
TMS Re: Weird behaviour of column... 07-25-2015, 05:10 AM
YasserKhalil Re: Weird behaviour of column... 07-25-2015, 05:21 AM
TMS Re: Weird behaviour of column... 07-25-2015, 11:50 AM
  1. #1
    Forum Expert
    Join Date
    04-23-2009
    Location
    Matrouh, Egypt
    MS-Off Ver
    Excel 2013
    Posts
    6,892

    Weird behaviour of column copy

    Hello everybody
    I have this code in workbook open
    Private Sub Workbook_Open()
        With Sheet4
            .Visible = True
                With .Range("AH1", .Cells(.Rows.Count, "AH").End(xlUp))
                    .Range("AM1").Resize(.Rows.Count, 1).Value = .Value
                End With
            .Visible = False
        End With
    End Sub
    The code is supposed to copy the contents of column AH to AM

    The sheet4 is hidden .. the code would make it visible and after the copy of column AH it would be hidden
    The weird behaviour I stated is that AM column have no data..
    The data copied to column BT
    Attached Files Attached Files
    < ----- Please click the little star * next to add reputation if my post helps you
    Visit Forum : From Here

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Getting a FALSE value from this formula, weird formula behaviour
    By PMcG in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-30-2012, 04:58 PM
  2. [SOLVED] Weird Filepath Behaviour
    By timbo1957 in forum Excel General
    Replies: 1
    Last Post: 08-05-2012, 04:56 PM
  3. Weird behaviour of the BeforeSave procedure when fired by Me.Save
    By mach128x in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-28-2011, 09:08 PM
  4. Weird behaviour for a basic sum
    By barid in forum Excel General
    Replies: 3
    Last Post: 08-27-2009, 07:38 AM
  5. Weird Button Behaviour
    By roasty_1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-16-2008, 04:34 AM
  6. [SOLVED] Excel2000: Weird behaviour in VBA
    By Arvi Laanemets in forum Excel General
    Replies: 3
    Last Post: 02-01-2006, 10:14 AM
  7. Weird Cell Behaviour
    By Matt in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 10-18-2005, 02:05 PM
  8. [SOLVED] Excel2000: Weird chart behaviour
    By Arvi Laanemets in forum Excel General
    Replies: 2
    Last Post: 09-06-2005, 03:05 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