+ Reply to Thread
Results 1 to 3 of 3

Online Excel Database

  1. #1
    Registered User
    Join Date
    03-16-2014
    Location
    Bangalore
    MS-Off Ver
    Excel 2016
    Posts
    46

    Post Online Excel Database

    Im looking for a solution which i need to achieve using excel.
    Im creating a VBA application using excel.
    I need all the data on the excel sheet to be stored online in some table/database.
    This would enable me to use the same excel sheet on multiple systems at the same time and having up to date information on all the systems.
    Please let me know whether such a thing is possible.
    Also let me know the various options available.

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,957

    Re: Online Excel Database

    You may consider saving the data as a CSV file to a shared drive. The following is code to read and write CSV Files. However, I recommend using MS-Query to read the data from the CSV file. It will bring it in as a table. Also it will preserve the data type. Sometimes when you import a big string that looks like a number, Excel converts it to scientific notation which is not what you generally want.

    Please Login or Register  to view this content.

  3. #3
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,957

    Re: Online Excel Database

    I'll put in a plug for Excel files here. Excel files know how big they are so you always know what the copy range is.

    Here is a pointer to how to work with Excel files: http://www.excelforum.com/excel-prog...-database.html.

    Here is code on how to clear an Excel file. The syntax is ClearTable SheetName, TableName
    Please Login or Register  to view this content.

+ 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. Querying Online Database With Excel VBA
    By NeedForExcel in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 09-30-2015, 11:01 PM
  2. Online database for Excel data dump
    By gregersdk in forum Excel General
    Replies: 6
    Last Post: 11-27-2014, 12:08 PM
  3. how to get data from online database??
    By mahaveersomani in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-03-2014, 09:52 AM
  4. Excel data live to online Database
    By promoboy2 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-22-2013, 06:02 AM
  5. Is it possible to import data to excel from an access database online?
    By Rob* in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-16-2012, 04:22 AM
  6. Online Database Query
    By astradford in forum Access Programming / VBA / Macros
    Replies: 1
    Last Post: 07-12-2012, 02:49 PM
  7. [SOLVED] Best Online Source 4 MS-Excel & Complex database Handling?
    By Mike in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-18-2006, 02:30 PM

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