Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default Excel Workbook - Simultaneous Use

I created a UserForm where the user inputs data for a record onto the
form. When they press a button, the record is loaded onto an excel
worksheet that exists on the same file as the form. The form inserts
one record at a time on the next empty row.

Is there a way for more than one user to simultaneously use a
centralized version of this form/workbook to populate new rows of data
into excel?

Each user would work from different locations. They'd access the
centralize workbook, type in their record, then press enter. Currently,
if two people are using the centralized form at the same time, only
select entries are saved. I want all entries to be saved, one beneath
the next on the worksheet.

Does anyone have a solution? I find it hard to believe that Excel would
have form capability without having a way for people to use the form
simulaneously. What, if anything, am I missing? Thanks all.

Michael

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 114
Default Excel Workbook - Simultaneous Use

Hi Michael

I spent some time on this a few months ago but could not implement it
(maybe someone else has/can). In the end, I had to go with separate
workbooks which I merged when needed. A database (eg Access) may be
the way to go.

Regards

Paul Martin
Melbourne, Australia

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default Excel Workbook - Simultaneous Use

Hi Michael

Form capabilities are just as useful in single user environments.

Second Paul, this is database work, not spreadsheet work. Keep the form in
Excel if you like, but make it read-write data to a central database file,
not to a/the Excel workbook.

HTH. Best wishes Harald

skrev i melding
oups.com...
I created a UserForm where the user inputs data for a record onto the
form. When they press a button, the record is loaded onto an excel
worksheet that exists on the same file as the form. The form inserts
one record at a time on the next empty row.

Is there a way for more than one user to simultaneously use a
centralized version of this form/workbook to populate new rows of data
into excel?

Each user would work from different locations. They'd access the
centralize workbook, type in their record, then press enter. Currently,
if two people are using the centralized form at the same time, only
select entries are saved. I want all entries to be saved, one beneath
the next on the worksheet.

Does anyone have a solution? I find it hard to believe that Excel would
have form capability without having a way for people to use the form
simulaneously. What, if anything, am I missing? Thanks all.

Michael



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default Excel Workbook - Simultaneous Use

Harald and Paul, thank you so much for your input. Harald, do I
understand you to say that everyone can use a centralized excel-based
form where a single Access database is populated by each user
simultaneously (instead of an excel spreadsheet)?

If so, how can I implement this front-end excel form application with a
back-end access database? Can I recall data from the back-end database
to the front-end excel form for review and revision?

Thanks again, guys.

Michael

Harald Staff wrote:
Hi Michael

Form capabilities are just as useful in single user environments.

Second Paul, this is database work, not spreadsheet work. Keep the form in
Excel if you like, but make it read-write data to a central database file,
not to a/the Excel workbook.

HTH. Best wishes Harald

skrev i melding
oups.com...
I created a UserForm where the user inputs data for a record onto the
form. When they press a button, the record is loaded onto an excel
worksheet that exists on the same file as the form. The form inserts
one record at a time on the next empty row.

Is there a way for more than one user to simultaneously use a
centralized version of this form/workbook to populate new rows of data
into excel?

Each user would work from different locations. They'd access the
centralize workbook, type in their record, then press enter. Currently,
if two people are using the centralized form at the same time, only
select entries are saved. I want all entries to be saved, one beneath
the next on the worksheet.

Does anyone have a solution? I find it hard to believe that Excel would
have form capability without having a way for people to use the form
simulaneously. What, if anything, am I missing? Thanks all.

Michael


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default Excel Workbook - Simultaneous Use

Hi Michael

In short: yes. One access file, one single access license, tons of users
reading and writing data to it from excel userforms.

I use ADO and VBA code to read/write data to these things. See
http://msdn.microsoft.com/library/en...sdatabases.asp

HTH. Best wishes Harald

skrev i melding
oups.com...
Harald and Paul, thank you so much for your input. Harald, do I
understand you to say that everyone can use a centralized excel-based
form where a single Access database is populated by each user
simultaneously (instead of an excel spreadsheet)?

If so, how can I implement this front-end excel form application with a
back-end access database? Can I recall data from the back-end database
to the front-end excel form for review and revision?

Thanks again, guys.

Michael

Harald Staff wrote:
Hi Michael

Form capabilities are just as useful in single user environments.

Second Paul, this is database work, not spreadsheet work. Keep the form

in
Excel if you like, but make it read-write data to a central database

file,
not to a/the Excel workbook.

HTH. Best wishes Harald

skrev i melding
oups.com...
I created a UserForm where the user inputs data for a record onto the
form. When they press a button, the record is loaded onto an excel
worksheet that exists on the same file as the form. The form inserts
one record at a time on the next empty row.

Is there a way for more than one user to simultaneously use a
centralized version of this form/workbook to populate new rows of data
into excel?

Each user would work from different locations. They'd access the
centralize workbook, type in their record, then press enter.

Currently,
if two people are using the centralized form at the same time, only
select entries are saved. I want all entries to be saved, one beneath
the next on the worksheet.

Does anyone have a solution? I find it hard to believe that Excel

would
have form capability without having a way for people to use the form
simulaneously. What, if anything, am I missing? Thanks all.

Michael






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
How do I do simultaneous AND and OR filtering ? Motown Mick Excel Discussion (Misc queries) 3 August 21st 07 02:32 AM
Simultaneous Filtering Mike Excel Worksheet Functions 3 July 25th 06 08:21 AM
Simultaneous Excel backgrounds.... Colin Hayes Excel Discussion (Misc queries) 2 June 1st 05 09:41 PM
How do I enable simultaneous excel workbook users to use advanced. HJHSmith Excel Programming 0 January 13th 05 08:29 PM
simultaneous run TJ Excel Programming 2 July 7th 04 06:36 PM


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

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

About Us

"It's about Microsoft Excel"