Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 62
Default fixed formatting on a protected sheet

Hi,

Not really sure if this should be posted here or in programming...

Here's my latest challenge.

Worksheet that is data entry form for customers has column headings in the
range(B16:V17) of varying widths. Worksheet is protected so that my users
don't overright formulas, etc.
The column widths are formatted so that the text in the headings wraps
nicely and "looks good".
When a user opens the workbook this is the only sheet that is visible.

Problem: The column widths / text formatting is not the same as when it was
saved (or at least is visually different - ie the last letter of the heading
is wrapped onto another line). Since the workbook and worksheet are
protected (again, just so that my users don't make a mess out of the
formulas, etc) they can't reformat the columns to correct the appearance.

I think that this arises because of different monitor sizes or resolutions
(two things I don't have much control of).

Any suggestions?

TIA,

Steve
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default fixed formatting on a protected sheet

What version of Excel?
If you are using Excel 2003, when you go to protect the sheet, there's an
option that you can select to enable "Format Columns" - which would solve the
case in general. Just be advised that it would permit other types of
formatting besides the width, and wouldn't restrict formatting to any
specific column(s).

Another option would be to set the header cell's width and height with some
extra space to allow for such changes and then rather than just depending on
'Wrap Text' property in the cell to do it, use [Alt]+[Enter] to force line
breaks in the text in those cells where you want them to appear?

"Steve E" wrote:

Hi,

Not really sure if this should be posted here or in programming...

Here's my latest challenge.

Worksheet that is data entry form for customers has column headings in the
range(B16:V17) of varying widths. Worksheet is protected so that my users
don't overright formulas, etc.
The column widths are formatted so that the text in the headings wraps
nicely and "looks good".
When a user opens the workbook this is the only sheet that is visible.

Problem: The column widths / text formatting is not the same as when it was
saved (or at least is visually different - ie the last letter of the heading
is wrapped onto another line). Since the workbook and worksheet are
protected (again, just so that my users don't make a mess out of the
formulas, etc) they can't reformat the columns to correct the appearance.

I think that this arises because of different monitor sizes or resolutions
(two things I don't have much control of).

Any suggestions?

TIA,

Steve

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 62
Default fixed formatting on a protected sheet

J,

Thanks for the quick reply. I'm using XL2003.
I don't think that the enabling of "Format Columns" will help me because I
have a _Before Save event that disables my users from being able to save the
original workbook (so that they don't overwrite formulaes and to force an
email registration routine) but I'm going to try the suggestion about the
wider columns and using [Alt]+[Enter] to force the word wraps -- I didn't
know that this was an available command!!!

Thanks!

Steve

"JLatham" wrote:

What version of Excel?
If you are using Excel 2003, when you go to protect the sheet, there's an
option that you can select to enable "Format Columns" - which would solve the
case in general. Just be advised that it would permit other types of
formatting besides the width, and wouldn't restrict formatting to any
specific column(s).

Another option would be to set the header cell's width and height with some
extra space to allow for such changes and then rather than just depending on
'Wrap Text' property in the cell to do it, use [Alt]+[Enter] to force line
breaks in the text in those cells where you want them to appear?

"Steve E" wrote:

Hi,

Not really sure if this should be posted here or in programming...

Here's my latest challenge.

Worksheet that is data entry form for customers has column headings in the
range(B16:V17) of varying widths. Worksheet is protected so that my users
don't overright formulas, etc.
The column widths are formatted so that the text in the headings wraps
nicely and "looks good".
When a user opens the workbook this is the only sheet that is visible.

Problem: The column widths / text formatting is not the same as when it was
saved (or at least is visually different - ie the last letter of the heading
is wrapped onto another line). Since the workbook and worksheet are
protected (again, just so that my users don't make a mess out of the
formulas, etc) they can't reformat the columns to correct the appearance.

I think that this arises because of different monitor sizes or resolutions
(two things I don't have much control of).

Any suggestions?

TIA,

Steve

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default fixed formatting on a protected sheet

That's the way you get a newline while within a cell. As you probably
already realize, just pressing the [enter] key by itself will take you
elsewhere!

Good luck with it. That type of problem is typical, especially if you work
at a higher resolution screen than your end users do. Trying to plan ahead
while designing in a 1024x768 or 1280x1024 or 1600x1200 setting for someone
who is sitting somewhere with a 20" monitor set at 600x800 only because they
never outgrew their need for MS-DOS and VGA, can be a challenge.

"Steve E" wrote:

J,

Thanks for the quick reply. I'm using XL2003.
I don't think that the enabling of "Format Columns" will help me because I
have a _Before Save event that disables my users from being able to save the
original workbook (so that they don't overwrite formulaes and to force an
email registration routine) but I'm going to try the suggestion about the
wider columns and using [Alt]+[Enter] to force the word wraps -- I didn't
know that this was an available command!!!

Thanks!

Steve

"JLatham" wrote:

What version of Excel?
If you are using Excel 2003, when you go to protect the sheet, there's an
option that you can select to enable "Format Columns" - which would solve the
case in general. Just be advised that it would permit other types of
formatting besides the width, and wouldn't restrict formatting to any
specific column(s).

Another option would be to set the header cell's width and height with some
extra space to allow for such changes and then rather than just depending on
'Wrap Text' property in the cell to do it, use [Alt]+[Enter] to force line
breaks in the text in those cells where you want them to appear?

"Steve E" wrote:

Hi,

Not really sure if this should be posted here or in programming...

Here's my latest challenge.

Worksheet that is data entry form for customers has column headings in the
range(B16:V17) of varying widths. Worksheet is protected so that my users
don't overright formulas, etc.
The column widths are formatted so that the text in the headings wraps
nicely and "looks good".
When a user opens the workbook this is the only sheet that is visible.

Problem: The column widths / text formatting is not the same as when it was
saved (or at least is visually different - ie the last letter of the heading
is wrapped onto another line). Since the workbook and worksheet are
protected (again, just so that my users don't make a mess out of the
formulas, etc) they can't reformat the columns to correct the appearance.

I think that this arises because of different monitor sizes or resolutions
(two things I don't have much control of).

Any suggestions?

TIA,

Steve

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
Enable check box in protected sheet + group check boxes Dexxterr Excel Discussion (Misc queries) 4 August 2nd 06 12:00 PM
How can I have formatting toolbar active for the unprotected(unlocked) cells of the protected worksheet??? sanam Excel Discussion (Misc queries) 6 July 20th 06 01:42 PM
Down arrow moves cursor to top of worksheet when sheet protected Bill Williams Excel Worksheet Functions 0 April 29th 06 06:37 PM
How to prevent warning messages on protected work sheet. Dannycol Excel Worksheet Functions 3 April 5th 06 09:07 PM
Copying multiple sheets from one book 2 another and undertake spec Pank Mehta Excel Discussion (Misc queries) 14 March 16th 05 04:41 PM


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