#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Adding Rows

Hi,

Is there a good way to add rows to a spreadsheet and keep all formulas and
conditional formatting?

I converted a range to a "list" so that it is now highlingted in blue and I
get the asterisk in the bottom left hand corner whenever I click inside of
the "list". However, when I make entries in the last row where the asterisk
is, I find that it does not bring my conditional formatting with it.

Is this a known issue with Excel?

Would the best way to add rows to a Protected sheet where the user doesn't
know the password be to create a Macro and assign it to a button that the
user could use so that the user could add rows, would not need to know the
password, and the conditional formatting would be maintained as well as the
formulas?

Thanks for any help,

Brian


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 104
Default Adding Rows

Works fine in Excel2003. When adding a row to a list Excel keeps the
conditional formatting. Not sure how Excel determines which format to apply
if cells are formatted differently within a column: In my tests Excel took a
majority vote: If more than half of the cells in column were formatted in a
particular way, the added cell would inherit the format. Are all your cells
formatted the same? If yes and the format is still not carried over: what is
the conditional format that you are using?

As for the 2nd question: Don't know how it relates to the first. And yes:
It's not only the best way, it's probably your only option. Make sure to
password protect your VBA code since it will contain the worksheet pw in
plain text and make sure that the user cannot interrupt the macro. And
lastly: make sure that the user doesn't know how easy it is to break the
protection of a worksheet ;-)

Cheers,
JM

"leimst" wrote in message
...
Hi,

Is there a good way to add rows to a spreadsheet and keep all formulas and
conditional formatting?

I converted a range to a "list" so that it is now highlingted in blue and
I get the asterisk in the bottom left hand corner whenever I click inside
of the "list". However, when I make entries in the last row where the
asterisk is, I find that it does not bring my conditional formatting with
it.

Is this a known issue with Excel?

Would the best way to add rows to a Protected sheet where the user doesn't
know the password be to create a Macro and assign it to a button that the
user could use so that the user could add rows, would not need to know the
password, and the conditional formatting would be maintained as well as
the formulas?

Thanks for any help,

Brian



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Adding Rows

The list feature in my Excel DOES copy the formatting down as new
rows/records are added. Maybe you need to close Excel (hit ctrl+alt+delete
and make sure it is not showing under 'Processes' in the Task Manager). Then
reopen and try again. I get some weird Excel behavior once in a while. I
think it has to do with the memory. Clear the memory and restart.


Regards,
Ryan---

--
RyGuy


"Joerg Mochikun" wrote:

Works fine in Excel2003. When adding a row to a list Excel keeps the
conditional formatting. Not sure how Excel determines which format to apply
if cells are formatted differently within a column: In my tests Excel took a
majority vote: If more than half of the cells in column were formatted in a
particular way, the added cell would inherit the format. Are all your cells
formatted the same? If yes and the format is still not carried over: what is
the conditional format that you are using?

As for the 2nd question: Don't know how it relates to the first. And yes:
It's not only the best way, it's probably your only option. Make sure to
password protect your VBA code since it will contain the worksheet pw in
plain text and make sure that the user cannot interrupt the macro. And
lastly: make sure that the user doesn't know how easy it is to break the
protection of a worksheet ;-)

Cheers,
JM

"leimst" wrote in message
...
Hi,

Is there a good way to add rows to a spreadsheet and keep all formulas and
conditional formatting?

I converted a range to a "list" so that it is now highlingted in blue and
I get the asterisk in the bottom left hand corner whenever I click inside
of the "list". However, when I make entries in the last row where the
asterisk is, I find that it does not bring my conditional formatting with
it.

Is this a known issue with Excel?

Would the best way to add rows to a Protected sheet where the user doesn't
know the password be to create a Macro and assign it to a button that the
user could use so that the user could add rows, would not need to know the
password, and the conditional formatting would be maintained as well as
the formulas?

Thanks for any help,

Brian




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
Adding rows based on no of rows specified from a given position nanette Excel Worksheet Functions 1 July 9th 08 02:29 PM
Adding five new rows every 40 rows in a spreadsheet? Olzki Excel Discussion (Misc queries) 8 May 18th 07 02:14 AM
Adding Rows offsets to working rows across two worksheets tom Setting up and Configuration of Excel 3 July 30th 06 07:54 PM
adding rows Graeme Moloney Excel Discussion (Misc queries) 1 May 23rd 05 02:00 PM
adding rows Antoine Excel Discussion (Misc queries) 4 December 22nd 04 02:19 PM


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