Closed Thread
Results 1 to 15 of 15

Is it possible to upload files to an intranet using Excel?

  1. #1
    Registered User
    Join Date
    10-15-2015
    Location
    USA
    MS-Off Ver
    MS Office 2013
    Posts
    83

    Is it possible to upload files to an intranet using Excel?

    Okay, so here is what I'm trying to do:

    AddNewDocument-resized.png

    I want the data for the drop-down menus to be read from File folders on an intranet. Like, there might be a direct called "J:\records\Departments\front" and another called "J:\records\Departments\back" and in each directory would be a few dozen names of people ("J:\records\Departments\front\Thomson, Joe" for example). And the names list would be populated based on the directory you choose in the first box ("Select Department" box). Then the "Browse" button opens a browser where the user can select a file (probably a PDF) and then choose which policy(ies) the document is discussing by checking a box or two. Then the user would select a date using one of those onscreen calendar date-pickers (if such a thing exists in Excel. I can just use a drop down menu with the TODAY() +/- 10 kinda thing if needed)

    Then the user Clicks "Submit" and a few things happen:

    1) the PDF is renamed according the policy box checked and the date selected
    2) (optional but would be cool) the PDF is copied and duplicated if multiple boxes are selected so that the same document would exist twice with different names
    3) the document(s) are saved in the folder ("J:\records\Departments\front\Thomson, Joe\Policy1_2018-10-21" and another copy named "Policy2_2018-10-21" or whatever boxes were checked

    So is this possible?
    Attached Images Attached Images

  2. #2
    Forum Contributor
    Join Date
    01-09-2016
    Location
    Perth Western Australia
    MS-Off Ver
    Office 365
    Posts
    257

    Re: Is it possible to upload files to an intranet using Excel?

    Hi

    If the question is can it be done the answer is probably Yes but it is a big task. It is somewhat similar to something I wrote years ago but my first question is does the effort justify the end use. Whilst the task is repetitive in nature the time taken to check boxes to load files will not be dissimilar to doing the task manually.

    Do you have any more specific information to add.

    Cheers

  3. #3
    Registered User
    Join Date
    10-15-2015
    Location
    USA
    MS-Off Ver
    MS Office 2013
    Posts
    83

    Re: Is it possible to upload files to an intranet using Excel?

    Quote Originally Posted by FoxSeaLady View Post
    Hi

    If the question is can it be done the answer is probably Yes but it is a big task. It is somewhat similar to something I wrote years ago but my first question is does the effort justify the end use. Whilst the task is repetitive in nature the time taken to check boxes to load files will not be dissimilar to doing the task manually.

    Do you have any more specific information to add.

    Cheers
    Okay, so, the reason I wanna do it this way is because this tool will be used by many people and we need it to be standardized.

    You see, if I just ask folks to scan and save stuff directly into the folders themselves, I'll wind up with this:

    Demo1.PNG

    Instead of this:

    Demo2.PNG

    Because the users who are scanning and uploading these docs aren't always the most computer savvy. I try to get them to understand why uniformity in naming is so important (I have spreadsheet that hyperlinks to these docs and if they're not named correctly, the links won't work). But ultimately, when I just leave it to the users to do this on their own, they end up doing it incorrectly, which defeats the purpose of even having a naming scheme.

    I was thinking about writing this uploading applet in Java or even JavaScript with node.js or something, but I'm not much of a coder myself and I don't want to have to ask each user to install additional software like a Java program on their individual machines. So using Excel with VBA would be ideal because we already have that on every workstation. We could do JavaScript, but I'm not sure where we'd put the node.js engine, and like I said, I don't know JS as well as I'd need to. I'd have to ask someone to help me a LOT more than just posting on a forum like I do here.

  4. #4
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Is it possible to upload files to an intranet using Excel?

    Hi TnT_Guy... Can you upload a file with the form in it to work with? I'll gladly have a look

    Also... you mention the first dropdown has folder names like "J:\records\Departments\front" and another called "J:\records\Departments\back"... would those be dynamic or hard-coded? If dynamic, what is the criteria for listing those folders?
    Last edited by Arkadi; 10-19-2018 at 10:19 AM.
    Please help by:

    Marking threads as closed once your issue is resolved. How? The Thread Tools at the top
    Any reputation (*) points appreciated. Not just by me, but by all those helping, so if you found someone's input useful, please take a second to click the * at the bottom left to let them know

    There are 10 kinds of people in this world... those who understand binary, and those who don't.

  5. #5
    Registered User
    Join Date
    10-15-2015
    Location
    USA
    MS-Off Ver
    MS Office 2013
    Posts
    83

    Re: Is it possible to upload files to an intranet using Excel?

    Quote Originally Posted by Arkadi View Post
    Hi TnT_Guy... Can you upload a file with the form in it to work with? I'll gladly have a look

    Also... you mention the first dropdown has folder names like "J:\records\Departments\front" and another called "J:\records\Departments\back"... would those be dynamic or hard-coded? If dynamic, what is the criteria for listing those folders?
    They'd need to be dynamic. The form would need to look at the file folders and populate the drop down menu based on that.

    I can't really upload a sample form because I don't have one. The picture I posted is just a concept pic I made in paint.net.

  6. #6
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Is it possible to upload files to an intranet using Excel?

    Quote Originally Posted by TnD_Guy View Post
    The form would need to look at the file folders and populate the drop down menu based on that.
    It still is not clear what you expect the list to be made up of though.... You say the form would look at the folders... do you mean every folder in "J:"? Every sub-folder of "J:\records\Departments\"? The names I get... that is subfolders in whatever is picked in the top dropdown...

  7. #7
    Registered User
    Join Date
    10-15-2015
    Location
    USA
    MS-Off Ver
    MS Office 2013
    Posts
    83

    Re: Is it possible to upload files to an intranet using Excel?

    How do I get the mods to remove this post? I've posted this in Commercial Services and I'd like to focus on that post instead of this one. I don't want my issue double-posted.

  8. #8
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Is it possible to upload files to an intranet using Excel?

    Ok... I'll delete what I was working on then. Good luck

    I would help there, but one must be a Guru to have access there.

  9. #9
    Forum Expert nigelog's Avatar
    Join Date
    12-14-2007
    Location
    Cork, Ireland
    MS-Off Ver
    Office 365 Windows 10
    Posts
    2,286

    Re: Is it possible to upload files to an intranet using Excel?

    @Arkadi - I was wondering what the criteria for access was

  10. #10
    Forum Contributor
    Join Date
    01-09-2016
    Location
    Perth Western Australia
    MS-Off Ver
    Office 365
    Posts
    257

    Re: Is it possible to upload files to an intranet using Excel?

    Hi

    Thank you for the responses and respect your decision to approach Commercial Services and its a shame a simple solution is not evident in this forum. My suggestion is you message on of the mods directly (a list is included in the rules).

    Good luck
    PS I will go back to my world of the less tech savvy.

  11. #11
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Is it possible to upload files to an intranet using Excel?

    @FoxSeaLady... there isn't an existing thread with a solution, that is not to say he could not have gotten one here. It just takes some time to establish exact requirements, and design the form in the first place. I had the beginnings of a form made up, but do indeed respect the OP's decision to go to the Commercial Services section of our forum.

  12. #12
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Is it possible to upload files to an intranet using Excel?

    @TnD_Guy, you can indeed message an admin, but simply marking this thread as solved would also stop more people from continuing to post here, leaving you free to focus on the other thread

  13. #13
    Registered User
    Join Date
    10-15-2015
    Location
    USA
    MS-Off Ver
    MS Office 2013
    Posts
    83

    Re: Is it possible to upload files to an intranet using Excel?

    Quote Originally Posted by FoxSeaLady View Post
    PS I will go back to my world of the less tech savvy.
    Well now I feel bad

    It's not that I don't believe you guys could've helped. It's just that I will probably need a little bit of on-going help once I try to implement your code. Like, support and bug-fixes and stuff and I don't want to ask you to work for free. I just feel bad asking people to do such major work for free, you know?

    I do appreciate your efforts, though! This whole forum is really supportive and friendly and helpful.

  14. #14
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Is it possible to upload files to an intranet using Excel?

    Don't feel bad We all love to help so no worries on that front, but I totally get your concerns. I am sure you will get great help.

  15. #15
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: Is it possible to upload files to an intranet using Excel?

    As this has indeed been posted in the Commercial Services section, and to avoid duplication of effort, I am now closing this thread.
    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.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Unable to upload files to upload center
    By GeekoMania in forum Office 365
    Replies: 0
    Last Post: 09-11-2013, 03:18 AM
  2. Can't upload excel files to posts
    By lmvk99 in forum Suggestions for Improvement
    Replies: 7
    Last Post: 06-22-2012, 04:27 AM
  3. Upload files in excel
    By mcinnes01 in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 01-06-2011, 09:23 AM
  4. Replies: 2
    Last Post: 08-23-2010, 05:55 AM
  5. I want a macro that will upload a number of excel files at once.
    By Excel Macros in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 07-11-2006, 07:05 PM
  6. Get FileSummaryInfo for files saved on Intranet
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-14-2006, 03:45 AM
  7. [SOLVED] need to upload copied excel files to admin page on website
    By hank business market in forum Excel General
    Replies: 1
    Last Post: 05-21-2006, 08:50 PM
  8. Upload files via ftp in excel
    By lotsbg in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-20-2005, 12:35 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