+ Reply to Thread
Results 1 to 22 of 22

VBA OneDrive issues

  1. #1
    Registered User
    Join Date
    01-02-2024
    Location
    Mass
    MS-Off Ver
    2021
    Posts
    12

    VBA OneDrive issues

    Hello all,

    My company just migrated over to One Drive from a corporate shared drive, our inventory spreadsheet would use ThisWorkbook.path to save a copy each time someone would email it, now with One Drive using an HTTP protocol I get the run time error. Would someone please help me with what I need to change up or insert in my code?
    Thanks ahead of time.

    Administrator's note: Please take the time to review our rules. There aren't many, and they are all important. Our guidelines recommend code tags. I have added them for you this time because you are a new member. --6StringJazzer
    Please Login or Register  to view this content.
    Last edited by 6StringJazzer; 01-02-2024 at 07:42 PM.

  2. #2
    Forum Guru Sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2019 | 2021
    Posts
    14,957

    Re: VBA OneDrive issues

    Try this...
    Please Login or Register  to view this content.
    Good Luck...
    I don't presume to know what I am doing, however, just like you, I too started somewhere...
    One-day, One-problem at a time!!!
    If you feel I have helped, please click on the [★ Add Reputation] to left of post window...
    Also....Add a comment if you like!!!!
    And remember...Mark Thread as Solved...
    Excel Forum Rocks!!!

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,379

    Re: VBA OneDrive issues

    Administrative Note:

    Welcome to the forum.

    Is your forum profile showing the Excel PRODUCT that you need this to work for?

    Members will tailor the solutions they offer to the Office PRODUCT (Excel, NOT Windows) that you have. Please check that your forum profile is up-to-date in this respect. If you aren't sure, in Excel go to File | Account and report what it says below the MS logo at the top of that page. If your product is for Mac, please also state this.

    The three most recent Excel products are Excel 2019, Excel 2021 and MS365 - if you are using MS365, please give this name along with the version number in your profile (e.g. MS365 Version 2306). This is in the About Excel section further down the Account page.

    Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  4. #4
    Registered User
    Join Date
    01-02-2024
    Location
    Mass
    MS-Off Ver
    2021
    Posts
    12

    Re: VBA OneDrive issues

    For some reason, I keep getting a bad file name or number on this statement.

    Please Login or Register  to view this content.
    Last edited by AliGW; 01-03-2024 at 10:04 AM. Reason: Code tags added - please review the forum guidelines.

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,379

    Re: VBA OneDrive issues

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however we recommend that you include code tags around your code.

    Please take a moment to add the tags. Posting code between [code]Please [url=https://www.excelforum.com/login.php]Login or Register [/url] to view this content.[/code] tags makes your code much easier to read and copy for testing, and it also maintains VBA formatting.

    Please see Forum Guideline #2 about code tags. I have added them for you this time. You have already been warned about this - please don't forget again!

  6. #6
    Forum Guru Sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2019 | 2021
    Posts
    14,957

    Re: VBA OneDrive issues

    Rest of your code is missing and not possible to ascertain reasoning...You cannot just plug that snippet in and leave all else as is...Upload a sample file and explain in step by step detail what it is you are trying to achieve...see top yellow banner...

  7. #7
    Registered User
    Join Date
    01-02-2024
    Location
    Mass
    MS-Off Ver
    2021
    Posts
    12

    Re: VBA OneDrive issues

    Noted, will do it in the future.

  8. #8
    Registered User
    Join Date
    01-02-2024
    Location
    Mass
    MS-Off Ver
    2021
    Posts
    12

    Re: VBA OneDrive issues

    When I try to post the code with [code][\code] around, I get an error saying I can't post links until I post more.

  9. #9
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,379

    Re: VBA OneDrive issues

    Is there a URL in the code? If so, replace it with xxxx.

  10. #10
    Registered User
    Join Date
    01-02-2024
    Location
    Mass
    MS-Off Ver
    2021
    Posts
    12

    Re: VBA OneDrive issues

    There are no URL's, it's the code from my first post. I'm just adding the
    Please Login or Register  to view this content.
    around it

  11. #11
    Registered User
    Join Date
    01-02-2024
    Location
    Mass
    MS-Off Ver
    2021
    Posts
    12

    Re: VBA OneDrive issues

    I've attached the entire code that I have, when I run it and it hits (Do While Dir(ThisWorkbook.Path & "" & wbsf1) <> "") I get the error, I only assume this is because of ThisWorkbook.Path gives back a URL for OneDrive. I've tried a bunch of different options all giving me the same results. I can't hardcode a path because it will be used by a host of users all using different OneDirve or SharePoint per facility.


    Please Login or Register  to view this content.
    Tampa inventory 1.7.24 sales date. Folio 5.xlsm
    Last edited by jayettar; 01-08-2024 at 05:52 PM.

  12. #12
    Forum Guru Sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2019 | 2021
    Posts
    14,957

    Re: VBA OneDrive issues

    I gave you the answer in Post 2...
    Please Login or Register  to view this content.
    Then you need to implement it correctly...Replacing All your code snippets of
    Please Login or Register  to view this content.
    with
    Please Login or Register  to view this content.

  13. #13
    Registered User
    Join Date
    01-02-2024
    Location
    Mass
    MS-Off Ver
    2021
    Posts
    12

    Re: VBA OneDrive issues

    When I did what you posted, I still got the fail at the same location, and that is the first time it hit the
    Please Login or Register  to view this content.
    I'll give it another shot

    Sorry to be a pain.

    I appreciate the help.

  14. #14
    Registered User
    Join Date
    01-02-2024
    Location
    Mass
    MS-Off Ver
    2021
    Posts
    12

    Re: VBA OneDrive issues

    Sintek,

    I know where I messed up the first time, I didn't move the End If to the bottom.

    This works flawlessly, you have no idea how happy I am right now.

    Thank you SOOOO much for the time and help.

    I have one last question for you if you don't mind. On the part where it creates the email

    Please Login or Register  to view this content.
    The attached file shows this "Apex%20Inventory%20Report%2012-20-2023%20(1).xlsx" is there a way to remove the %20 from it?

    Thanks again.

    You ROCK

  15. #15
    Forum Guru Sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2019 | 2021
    Posts
    14,957

    Re: VBA OneDrive issues

    Cannot access your code as your file vb project is password protected...don't feel like running code to crack now...
    Try closng the wbsf workbook first before attaching it...

  16. #16
    Registered User
    Join Date
    01-02-2024
    Location
    Mass
    MS-Off Ver
    2021
    Posts
    12

    Re: VBA OneDrive issues

    Sorry about that, I thought maybe it would be a quick fix.

    I appreciate you

  17. #17
    Forum Guru Sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2019 | 2021
    Posts
    14,957

    Re: VBA OneDrive issues

    Sorry about that, I thought maybe it would be a quick fix.
    it should be...did you try closing the file before ... in other words moving the
    Please Login or Register  to view this content.
    to above the
    Please Login or Register  to view this content.

    Or just upload a file which is not password protected...

  18. #18
    Registered User
    Join Date
    01-02-2024
    Location
    Mass
    MS-Off Ver
    2021
    Posts
    12

    Re: VBA OneDrive issues

    I had tried that and I don't get the attachment.

    I've unlocked the sheet this time.Tampa inventory 1.7.24 sales date. Folio 5.xlsm

  19. #19
    Registered User
    Join Date
    01-02-2024
    Location
    Mass
    MS-Off Ver
    2021
    Posts
    12

    Re: VBA OneDrive issues

    Figured it out
    Please Login or Register  to view this content.

  20. #20
    Forum Guru Sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2019 | 2021
    Posts
    14,957

    Re: VBA OneDrive issues

    To be honest with you...That code is a mess...and not easy to follow...
    What do you get when you run this...
    Place it before your outlook code...
    Please Login or Register  to view this content.
    and then
    Please Login or Register  to view this content.

  21. #21
    Registered User
    Join Date
    01-02-2024
    Location
    Mass
    MS-Off Ver
    2021
    Posts
    12

    Re: VBA OneDrive issues

    I'll play with that and see what happens.

    I've got a bigger issue though, if a facility saves the file 6 or 7 subfolders down I get a runtime error saying the file can't be found, if it's 5 or fewer subfolders it's fine. I ALSO have an issue with random sites emailing out a blank file, it has the correct name and all but the Excel file is blank, even though the code writes to save the value copy and it does save it but the Outlook attachment is blank.

    Hope that makes sense.

  22. #22
    Forum Guru Sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2019 | 2021
    Posts
    14,957

    Re: VBA OneDrive issues

    I don't have your setup so I cannot recreate your issue...and like I said, your code is a mess...
    If I were you, I would redo it...Expalin in detail what is is you are wanting to achieve...step by step and just perhaps someone will be able to simplify it without errors...

+ 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. Issues Enabling Macros in a Shared Excel Workbook on OneDrive
    By fdo.andrade1 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-04-2023, 11:08 PM
  2. [SOLVED] How do I copy over data to OneDrive but not copy specific data if not in OneDrive
    By tweacle in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-10-2022, 01:23 PM
  3. Replies: 1
    Last Post: 05-10-2021, 11:21 AM
  4. [SOLVED] Saving a file to onedrive shared network and access via onedrive online
    By Sintek in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 03-09-2021, 11:56 AM
  5. Save to OneDrive and Upload from OneDrive Link
    By GOrtega in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-07-2020, 08:35 PM
  6. [SOLVED] Excel to Outlook Calendar date duplication issues and blank cells causing issues
    By singerbatfink in forum Outlook Formatting & Functions
    Replies: 0
    Last Post: 02-11-2016, 07:57 AM
  7. Replies: 3
    Last Post: 07-16-2014, 01:50 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