#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 104
Default share workbook/sheet

Hi

I have a team of 8 people using a task list for daily opdate of status, work
done, estimation to complete, etc.. The wordbook uses several sheets and
macros.

What I would like was if it where possible to make a little application that
made i possible to select a specific row(s) an update specific field (fx in a
form). Wood that be possible? Could it be working just using "share wordbook"?

/Steen
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default share workbook/sheet

You could use some built-in features of excel that may work ok.

In xl2003 and below, you can use Data|Form.
(try it on some test data)

And if that isn't enough, John Walkenbach has an enhanced data form:
http://j-walk.com/ss/dataform/index.htm

And the source code is available for a small fee ($20 USA, IIRC).

And if that's not sufficient, then maybe you could design your own input
userform.

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

Steen wrote:

Hi

I have a team of 8 people using a task list for daily opdate of status, work
done, estimation to complete, etc.. The wordbook uses several sheets and
macros.

What I would like was if it where possible to make a little application that
made i possible to select a specific row(s) an update specific field (fx in a
form). Wood that be possible? Could it be working just using "share wordbook"?

/Steen


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 104
Default share workbook/sheet

Hi Dave

Thanks for your answer.

I have not tried the hints yet, but will the use of forms help in the
ability to have concurrent users accessing the excelsheet?

/Steen

"Dave Peterson" skrev:

You could use some built-in features of excel that may work ok.

In xl2003 and below, you can use Data|Form.
(try it on some test data)

And if that isn't enough, John Walkenbach has an enhanced data form:
http://j-walk.com/ss/dataform/index.htm

And the source code is available for a small fee ($20 USA, IIRC).

And if that's not sufficient, then maybe you could design your own input
userform.

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

Steen wrote:

Hi

I have a team of 8 people using a task list for daily opdate of status, work
done, estimation to complete, etc.. The wordbook uses several sheets and
macros.

What I would like was if it where possible to make a little application that
made i possible to select a specific row(s) an update specific field (fx in a
form). Wood that be possible? Could it be working just using "share wordbook"?

/Steen


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default share workbook/sheet

Nope.

But if you want concurrent users, you may find that excel is not the application
for you. Maybe using a real database program (Access??) would be a better fit.

Steen wrote:

Hi Dave

Thanks for your answer.

I have not tried the hints yet, but will the use of forms help in the
ability to have concurrent users accessing the excelsheet?

/Steen

"Dave Peterson" skrev:

You could use some built-in features of excel that may work ok.

In xl2003 and below, you can use Data|Form.
(try it on some test data)

And if that isn't enough, John Walkenbach has an enhanced data form:
http://j-walk.com/ss/dataform/index.htm

And the source code is available for a small fee ($20 USA, IIRC).

And if that's not sufficient, then maybe you could design your own input
userform.

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

Steen wrote:

Hi

I have a team of 8 people using a task list for daily opdate of status, work
done, estimation to complete, etc.. The wordbook uses several sheets and
macros.

What I would like was if it where possible to make a little application that
made i possible to select a specific row(s) an update specific field (fx in a
form). Wood that be possible? Could it be working just using "share wordbook"?

/Steen


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 104
Default share workbook/sheet

Hi again Dave

Thanks again for your answer - dispite the fact that it was exacty what I
was a afraid off - I don't know any thing of databases...

What about using the Share function in Excell - any expirence with that?

/Steen

"Dave Peterson" skrev:

Nope.

But if you want concurrent users, you may find that excel is not the application
for you. Maybe using a real database program (Access??) would be a better fit.

Steen wrote:

Hi Dave

Thanks for your answer.

I have not tried the hints yet, but will the use of forms help in the
ability to have concurrent users accessing the excelsheet?

/Steen

"Dave Peterson" skrev:

You could use some built-in features of excel that may work ok.

In xl2003 and below, you can use Data|Form.
(try it on some test data)

And if that isn't enough, John Walkenbach has an enhanced data form:
http://j-walk.com/ss/dataform/index.htm

And the source code is available for a small fee ($20 USA, IIRC).

And if that's not sufficient, then maybe you could design your own input
userform.

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

Steen wrote:

Hi

I have a team of 8 people using a task list for daily opdate of status, work
done, estimation to complete, etc.. The wordbook uses several sheets and
macros.

What I would like was if it where possible to make a little application that
made i possible to select a specific row(s) an update specific field (fx in a
form). Wood that be possible? Could it be working just using "share wordbook"?

/Steen

--

Dave Peterson


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default share workbook/sheet

I've never used it in real life.

And there are lots of posts that describe problems with it.

If you decide to use it, make backups often.

Steen wrote:

Hi again Dave

Thanks again for your answer - dispite the fact that it was exacty what I
was a afraid off - I don't know any thing of databases...

What about using the Share function in Excell - any expirence with that?

/Steen

"Dave Peterson" skrev:

Nope.

But if you want concurrent users, you may find that excel is not the application
for you. Maybe using a real database program (Access??) would be a better fit.

Steen wrote:

Hi Dave

Thanks for your answer.

I have not tried the hints yet, but will the use of forms help in the
ability to have concurrent users accessing the excelsheet?

/Steen

"Dave Peterson" skrev:

You could use some built-in features of excel that may work ok.

In xl2003 and below, you can use Data|Form.
(try it on some test data)

And if that isn't enough, John Walkenbach has an enhanced data form:
http://j-walk.com/ss/dataform/index.htm

And the source code is available for a small fee ($20 USA, IIRC).

And if that's not sufficient, then maybe you could design your own input
userform.

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

Steen wrote:

Hi

I have a team of 8 people using a task list for daily opdate of status, work
done, estimation to complete, etc.. The wordbook uses several sheets and
macros.

What I would like was if it where possible to make a little application that
made i possible to select a specific row(s) an update specific field (fx in a
form). Wood that be possible? Could it be working just using "share wordbook"?

/Steen

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 104
Default share workbook/sheet

Hi Dave

Thanks for you answer and advice :-)

I think I will look for another solution - might even end up buying a
solution (Scrum tool)...

/Steen

"Dave Peterson" skrev:

I've never used it in real life.

And there are lots of posts that describe problems with it.

If you decide to use it, make backups often.

Steen wrote:

Hi again Dave

Thanks again for your answer - dispite the fact that it was exacty what I
was a afraid off - I don't know any thing of databases...

What about using the Share function in Excell - any expirence with that?

/Steen

"Dave Peterson" skrev:

Nope.

But if you want concurrent users, you may find that excel is not the application
for you. Maybe using a real database program (Access??) would be a better fit.

Steen wrote:

Hi Dave

Thanks for your answer.

I have not tried the hints yet, but will the use of forms help in the
ability to have concurrent users accessing the excelsheet?

/Steen

"Dave Peterson" skrev:

You could use some built-in features of excel that may work ok.

In xl2003 and below, you can use Data|Form.
(try it on some test data)

And if that isn't enough, John Walkenbach has an enhanced data form:
http://j-walk.com/ss/dataform/index.htm

And the source code is available for a small fee ($20 USA, IIRC).

And if that's not sufficient, then maybe you could design your own input
userform.

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

Steen wrote:

Hi

I have a team of 8 people using a task list for daily opdate of status, work
done, estimation to complete, etc.. The wordbook uses several sheets and
macros.

What I would like was if it where possible to make a little application that
made i possible to select a specific row(s) an update specific field (fx in a
form). Wood that be possible? Could it be working just using "share wordbook"?

/Steen

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson

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
Share Workbook/Protect Sheet Question Johnny Excel Excel Discussion (Misc queries) 2 October 4th 07 07:14 PM
Share Workbook henry Excel Discussion (Misc queries) 0 June 4th 07 11:55 AM
Can't share workbook. The "Share Workbook" option is off. Why? Doyle Diener Excel Discussion (Misc queries) 4 April 24th 06 06:56 PM
Share Workbook abcdexcel Excel Discussion (Misc queries) 0 January 23rd 06 01:21 PM
Share workbook Calculate Date range Excel Worksheet Functions 0 September 21st 05 02:55 AM


All times are GMT +1. The time now is 01:25 PM.

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"