Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 53
Default Macros in shared workbooks

Hello,

I currently have a shift note file with multiple macros doing things like
making merged cells grow with content, and auto saving to new tabs while
clearning out the master as the sheet is filled in. My problem is that I have
two to three people (Operations, Quality, Safety) that could be filling in
information at any given time during a shift. When I try to share the file,
the macros stop working. Is there any workaround this issue?
--
Thank you for your time!
John
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Macros in shared workbooks

Macros can run in shared workbooks.

But some features are unavailable in shared workbooks--whether you try to do
them manually or via code.

So the workaround is to not to use those features (or try to find a different
way to do them) or not to share the workbook.

But I think you'll need to share the feature that's not working to get any
specific suggestion (either a workaround or just a "that won't work" response).

Very Basic User wrote:

Hello,

I currently have a shift note file with multiple macros doing things like
making merged cells grow with content, and auto saving to new tabs while
clearning out the master as the sheet is filled in. My problem is that I have
two to three people (Operations, Quality, Safety) that could be filling in
information at any given time during a shift. When I try to share the file,
the macros stop working. Is there any workaround this issue?
--
Thank you for your time!
John


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default Macros in shared workbooks

Generally you can't able to Merge cells in a shared workbook. Open a New
workbook and save it then make the file in sharing mode and see whether you
can able to access the merge cell option? The answer is No.

When we can't able to do it manually then how the macro can merge the cells
when the file is in sharing mode.

If this post helps, Click Yes!

--------------------
(MS-Exl-Learner)
--------------------



"Very Basic User" wrote:

Hello,

I currently have a shift note file with multiple macros doing things like
making merged cells grow with content, and auto saving to new tabs while
clearning out the master as the sheet is filled in. My problem is that I have
two to three people (Operations, Quality, Safety) that could be filling in
information at any given time during a shift. When I try to share the file,
the macros stop working. Is there any workaround this issue?
--
Thank you for your time!
John

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 53
Default Macros in shared workbooks

By sharing the features, should I just copy and paste the code in a responce
to you?
--
Thank you for your time!
John


"Dave Peterson" wrote:

Macros can run in shared workbooks.

But some features are unavailable in shared workbooks--whether you try to do
them manually or via code.

So the workaround is to not to use those features (or try to find a different
way to do them) or not to share the workbook.

But I think you'll need to share the feature that's not working to get any
specific suggestion (either a workaround or just a "that won't work" response).

Very Basic User wrote:

Hello,

I currently have a shift note file with multiple macros doing things like
making merged cells grow with content, and auto saving to new tabs while
clearning out the master as the sheet is filled in. My problem is that I have
two to three people (Operations, Quality, Safety) that could be filling in
information at any given time during a shift. When I try to share the file,
the macros stop working. Is there any workaround this issue?
--
Thank you for your time!
John


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Macros in shared workbooks

You could post the entire procedure, but you'll have to indicate what line
fails.

Or you could just determine the line that fails, then look to see what that line
is doing.

For instance, if the failing line is:

worksheets("Sheet999").unprotect password:="hi there"

Then you could look at excel's help for:
"features unavailable in a shared workbook"

And see that changing the protection of a sheet isn't allowed with shared
workbooks. The workaround is to live with the protection (unprotected or
protected) or unshare the workbook.


Very Basic User wrote:

By sharing the features, should I just copy and paste the code in a responce
to you?
--
Thank you for your time!
John

"Dave Peterson" wrote:

Macros can run in shared workbooks.

But some features are unavailable in shared workbooks--whether you try to do
them manually or via code.

So the workaround is to not to use those features (or try to find a different
way to do them) or not to share the workbook.

But I think you'll need to share the feature that's not working to get any
specific suggestion (either a workaround or just a "that won't work" response).

Very Basic User wrote:

Hello,

I currently have a shift note file with multiple macros doing things like
making merged cells grow with content, and auto saving to new tabs while
clearning out the master as the sheet is filled in. My problem is that I have
two to three people (Operations, Quality, Safety) that could be filling in
information at any given time during a shift. When I try to share the file,
the macros stop working. Is there any workaround this issue?
--
Thank you for your time!
John


--

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
Shared Workbooks-shared headers and footers Sherry New Users to Excel 1 June 13th 08 03:59 PM
Shared workbooks Daverob Excel Discussion (Misc queries) 0 January 30th 06 02:41 PM
Shared Workbooks Tim Childs Excel Discussion (Misc queries) 6 October 2nd 05 07:03 PM
suddenly my excel workbooks are "shared workbooks" Maggie's mom Excel Discussion (Misc queries) 1 August 28th 05 09:20 PM
Shared Workbooks DG Excel Worksheet Functions 0 January 19th 05 02:35 PM


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