+ Reply to Thread
Results 1 to 3 of 3

Run-time error '1004' - Application-defined or object-defined error

Hybrid View

  1. #1
    Registered User
    Join Date
    11-28-2013
    Location
    Scotland
    MS-Off Ver
    Excel 2003
    Posts
    4

    Run-time error '1004' - Application-defined or object-defined error

    Hi all,

    "Run-time error '1004' - Application-defined or object-defined error"

    I get the above error message when I run a particular line of code.

    The relevant section of my code is below:

    Public Sub Create_Links()
    
        Dim lastRow As Long
        Dim cell As Range
        
        'Create hyperlinks in column B for each cell in column A starting at A238
        
        With Worksheets("Sheet1")
            lastRow = .Cells(Rows.Count, "A").End(xlUp).Row
            For Each cell In .Range("A238:A" & lastRow)
                .Hyperlinks.Add anchor:=.Cells(cell.Row, "B"), Address:="\\Irf00377\pf-hrsc-c-shared folder\Cumbernauld Strategic Team\Change Team activities\Policy & Process\Review Folders\PPR" & cell.Value, TextToDisplay:="PPR" & cell.Value
            Next
        End With
        
    End Sub
    The code runs fine when the workbook is not shared but as soon as I share it the error appears.

    Anyone know what I've done wrong?

    Thanks

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Run-time error '1004' - Application-defined or object-defined error

    Yes - you've shared the workbook!

    Some features of Excel just don't work in a shared workbook. Inserting hyperlinks seem to be one of them....

    If it's essential, you'll have to unshared the workbook, insert the hyperlink(s), then re-share it.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Registered User
    Join Date
    11-28-2013
    Location
    Scotland
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Run-time error '1004' - Application-defined or object-defined error

    Oh I see haha, I thought there could've been a problem with the code. I added the linking option for other people to use rather than myself, so I'll just have to prompt them to unshare it before creating links.

    Thanks for your time Olly

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Run time error 1004 Application-Defined or Object-Defined Error - Placing data into next e
    By michelle 1 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 01-27-2014, 12:57 PM
  2. [SOLVED] Error " Run-time error '1004': application defined or object defined error
    By lengwer in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-11-2013, 07:26 AM
  3. [SOLVED] Macro causes Run time error 1004 Application defined or object-defined error
    By Firefighter in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-12-2012, 04:09 AM
  4. [SOLVED] run-time error '1004' application-defined or object-defined error - Excel 2007
    By kaurka in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-06-2012, 02:46 AM
  5. Macro - Run-time Error '1004': Application defined or object defined error
    By robby10 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-14-2010, 07:55 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