Results 1 to 3 of 3

i am trying to update the data but it is not updating instead showing the 2015materials

Threaded View

baig123 i am trying to update the... 06-25-2014, 01:29 AM
patel45 Re: i am trying to update the... 06-25-2014, 01:56 AM
baig123 Re: i am trying to update the... 06-25-2014, 02:25 AM
  1. #1
    Forum Contributor
    Join Date
    03-01-2014
    Location
    Mysore
    MS-Off Ver
    Excel 2007
    Posts
    379

    i am trying to update the data but it is not updating instead showing the 2015materials

    i am trying to update the data(from the TOOL-OUTPUT) but it is not updating instead showing the 2015materials in some other columns

    in settings i have listed attribute name9 and attribute value9 from sheet3 to TOOL-PUT i converted them to decimal now i am trying to update that values of (REPLACE VALUE column) to the sheet3(attribute name9 and attribute value9)
    whnevere i run macro it shows #value
    Sub UpdateSheet3()
    Dim LR As Long
    
    LR = Sheets("Sheet3").Cells(Rows.Count, "A").End(xlUp).Row
    With Range("C2:C" & LR)
        .Copy Range("D2")
        .FormulaR1C1 = "=TEXT(LEFT(RC[1],SEARCH(""/"",RC[1])-1)/RIGHT(SUBSTITUTE(RC[1], "" IN"", """"),LEN(SUBSTITUTE(RC[1], "" IN"", """"))-SEARCH(""/"",SUBSTITUTE(RC[1], "" IN"", """"))), "".0###"") & "" in"""
        .Value = .Value
        .Offset(, 1).ClearContents
    End With
    
    End Sub
    i have attched my excel sheet
    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. Replies: 2
    Last Post: 11-28-2012, 05:43 PM
  2. Creating Update Button for either new entry or updating existing data
    By howieG in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-11-2012, 07:26 AM
  3. Replies: 1
    Last Post: 07-20-2012, 06:55 AM
  4. VBA - Showing/Updating Information
    By MelissaJordan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-23-2010, 07:15 AM
  5. Replies: 9
    Last Post: 05-05-2010, 07:03 AM

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