Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copying Data across a network or internet

I have the following code which copies data from one excel data entry
form (template) to another serving as master database. Is it possible
to alter this code so that the central database can be hosted on a server
on a network or across the internet and multiple users can post data to
it.

Workbooks.Open FileName:= _
"Macintosh HD:CompanyName:Forms:Data Entry
Forms:DatabaseBH.xls"
Sheets("Database").Select
ActiveSheet.ListObjects("List1").ListRows.Add Position:=1
Range("A2").Select
ActiveSheet.Paste
ActiveWorkbook.Save
ActiveWorkbook.Close

I've seen a post of a way to control access by writing a text file with the
user name on file open and deleting it on close. So I don't think
multiple access will be a problem with a small number of users.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
data from internet not showing up AJSloss Excel Discussion (Misc queries) 6 February 19th 10 01:28 AM
update data from internet willemeulen[_34_] Excel Worksheet Functions 2 June 8th 09 02:28 PM
Copying and Pasting from INTERNET to Excel Spreadsheet F. Lawrence Kulchar Excel Discussion (Misc queries) 11 November 12th 08 08:12 PM
Copying Data From Internet to Excel Julie Excel Discussion (Misc queries) 2 May 20th 05 09:18 PM
Copying files ...Network to Network Eric[_6_] Excel Programming 2 July 18th 03 08:59 PM


All times are GMT +1. The time now is 03:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"