Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ayo Ayo is offline
external usenet poster
 
Posts: 489
Default Is it possible to share a file on the network?

I have a file that is on the network which I would like remote users to be
able to access simultaneously to input data. Also each should be able to save
there changes. One of the problem is that most of the users still have Excel
2003. The file was created in 2007 but is saved as 97-2003. One of the
problem is that when some users one the file, they get an error on this code
"ws.Visible = xlSheetVisible" from the section below. I can't figure out why.
For Each ws In Worksheets
If ws.Name = InputForm1.cmbMarket.Text Then
ws.Visible = xlSheetVisible
ws.Select
Exit For
End If

And also, some of the columns in the file are blank even though they contain
some values and formatting when I open the file. Another strange thing is
that when I attached the file to an email and sent it, the same problem
occured but when I emailed the file directly from excel the file was fine and
everything worked the way it was suppose to and the user was able to use it.
Any ideas what is going on here.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Is it possible to share a file on the network?

Tools Share Workbook Allow changes... Ok

Be forewarned, you may encounter some erratic behavior if the file size is
about 1MB. It may work for you and may not; the behavior is pretty
erratic... Thats all I can say about that; I never figured out why it does
this.


HTH,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Ayo" wrote:

I have a file that is on the network which I would like remote users to be
able to access simultaneously to input data. Also each should be able to save
there changes. One of the problem is that most of the users still have Excel
2003. The file was created in 2007 but is saved as 97-2003. One of the
problem is that when some users one the file, they get an error on this code
"ws.Visible = xlSheetVisible" from the section below. I can't figure out why.
For Each ws In Worksheets
If ws.Name = InputForm1.cmbMarket.Text Then
ws.Visible = xlSheetVisible
ws.Select
Exit For
End If

And also, some of the columns in the file are blank even though they contain
some values and formatting when I open the file. Another strange thing is
that when I attached the file to an email and sent it, the same problem
occured but when I emailed the file directly from excel the file was fine and
everything worked the way it was suppose to and the user was able to use it.
Any ideas what is going on here.

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
Network share problem don Excel Programming 0 June 9th 08 11:40 AM
Tempfiles on network share Heinrich Excel Discussion (Misc queries) 1 September 26th 07 03:19 PM
Browse to Network Share Yishion Excel Programming 0 June 18th 07 04:45 PM
Network Share Problem ocdsupport Excel Discussion (Misc queries) 0 September 13th 06 09:31 PM
Share macros on a network? [email protected] Excel Programming 5 June 10th 06 09:34 AM


All times are GMT +1. The time now is 08:43 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"