Results 1 to 21 of 21

VBA to Split Workbook: No Longer Converting Formula Results to Values

Threaded View

  1. #4
    Forum Expert
    Join Date
    12-10-2006
    Location
    Sydney
    MS-Off Ver
    Office 365
    Posts
    3,565

    Re: VBA to Split Workbook: No Longer Converting Formula Results to Values

    Ah, OK - well, it never was the leftmost tab, so I wonder why it worked before?
    Not sure Is the code creating anew workbook? If so and if that tab isn't the first it obviously won't convert Row 2 to 4 to values (it will on the first tab in the new workbook )

    Where would I put the two lines you have given me to incorporate them into the current macro?
    Replace (or comment out) this line...

    .Sheets(1).Rows("2:4").Value = .Sheets(1).Rows("2:4").Value
    ...with this:

    .Sheets(1).Range("A1,B2:U4,E94:U104").Value = .Sheets(1).Range("A1,B2:U4,E94:U104").Value
    Robert
    Last edited by AliGW; 03-01-2019 at 08:45 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Split macro no longer working
    By PandoraGirl in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-07-2019, 05:33 PM
  2. [SOLVED] split formula of data not giving expected results need assistance
    By JEAN1972 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 05-15-2018, 12:57 PM
  3. Replies: 1
    Last Post: 04-13-2017, 08:59 PM
  4. Replies: 9
    Last Post: 09-22-2015, 02:43 AM
  5. Formula to search all cells in a workbook for characters longer than 6
    By hoochoo in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-21-2015, 07:19 AM
  6. [SOLVED] Converting a formula into just the results
    By matt1020 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-14-2013, 03:06 PM
  7. [SOLVED] Formula needed to split the results of a DSUM from another worksheet
    By RandomNumber in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-31-2012, 10:50 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