Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default Rows not formatting all the way down

Hi there I am a HUGE excel fan and thought I was sort of a guru. But quickly
found out that I am not. I am working on a budget/expense plan and I have
been working on one for HOURS.

Only to discover that the rows (categories) that I actually added in on my
own did not format all the way down.

What am I doing wrong?

To add the row (category) I do this:

i. Click on the number of the row below. (That row should be highlighted)
ii. Right click and click 'Copy'
iii. Right click again and click 'Insert Copied Cells'
iv. Now fill in the blanks with your new category
v. This will keep all the formulas working.

But it hasnt been working. Please please help me, I am so frazzled~



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Rows not formatting all the way down

I just highlighted a selection of cells
copy
insert shift down

Sub Macro4()'Recorded action above
'
' Macro4 Macro
' Macro recorded 1/20/2007 by Don Guillett
'

'
Range("A24:F24").Select
Selection.Copy
Selection.Insert Shift:=xlDown
End Sub

Sub Macro4_Cleanedup()
With Selection
.Copy
.Insert Shift:=xlDown
End With
Application.CutCopyMode = False
End Sub

--
Don Guillett
SalesAid Software

"Angie" wrote in message
...
Hi there I am a HUGE excel fan and thought I was sort of a guru. But
quickly
found out that I am not. I am working on a budget/expense plan and I have
been working on one for HOURS.

Only to discover that the rows (categories) that I actually added in on my
own did not format all the way down.

What am I doing wrong?

To add the row (category) I do this:

i. Click on the number of the row below. (That row should be highlighted)
ii. Right click and click 'Copy'
iii. Right click again and click 'Insert Copied Cells'
iv. Now fill in the blanks with your new category
v. This will keep all the formulas working.

But it hasnt been working. Please please help me, I am so frazzled~





  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default Rows not formatting all the way down

Thank you Don.

After some review I had to hit ctrl and the ` sign and was able to see the
formulas I then had to reformat each line I had entered manually.

Why is that?

Thanks again for your help.

"Don Guillett" wrote:

I just highlighted a selection of cells
copy
insert shift down

Sub Macro4()'Recorded action above
'
' Macro4 Macro
' Macro recorded 1/20/2007 by Don Guillett
'

'
Range("A24:F24").Select
Selection.Copy
Selection.Insert Shift:=xlDown
End Sub

Sub Macro4_Cleanedup()
With Selection
.Copy
.Insert Shift:=xlDown
End With
Application.CutCopyMode = False
End Sub

--
Don Guillett
SalesAid Software

"Angie" wrote in message
...
Hi there I am a HUGE excel fan and thought I was sort of a guru. But
quickly
found out that I am not. I am working on a budget/expense plan and I have
been working on one for HOURS.

Only to discover that the rows (categories) that I actually added in on my
own did not format all the way down.

What am I doing wrong?

To add the row (category) I do this:

i. Click on the number of the row below. (That row should be highlighted)
ii. Right click and click 'Copy'
iii. Right click again and click 'Insert Copied Cells'
iv. Now fill in the blanks with your new category
v. This will keep all the formulas working.

But it hasnt been working. Please please help me, I am so frazzled~






  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Rows not formatting all the way down

Using the manual method I suggested also copied the formats
select range to copy
copy
right clickinsertshift down

--
Don Guillett
SalesAid Software

"Angie" wrote in message
...
Thank you Don.

After some review I had to hit ctrl and the ` sign and was able to see the
formulas I then had to reformat each line I had entered manually.

Why is that?

Thanks again for your help.

"Don Guillett" wrote:

I just highlighted a selection of cells
copy
insert shift down

Sub Macro4()'Recorded action above
'
' Macro4 Macro
' Macro recorded 1/20/2007 by Don Guillett
'

'
Range("A24:F24").Select
Selection.Copy
Selection.Insert Shift:=xlDown
End Sub

Sub Macro4_Cleanedup()
With Selection
.Copy
.Insert Shift:=xlDown
End With
Application.CutCopyMode = False
End Sub

--
Don Guillett
SalesAid Software

"Angie" wrote in message
...
Hi there I am a HUGE excel fan and thought I was sort of a guru. But
quickly
found out that I am not. I am working on a budget/expense plan and I
have
been working on one for HOURS.

Only to discover that the rows (categories) that I actually added in on
my
own did not format all the way down.

What am I doing wrong?

To add the row (category) I do this:

i. Click on the number of the row below. (That row should be
highlighted)
ii. Right click and click 'Copy'
iii. Right click again and click 'Insert Copied Cells'
iv. Now fill in the blanks with your new category
v. This will keep all the formulas working.

But it hasnt been working. Please please help me, I am so frazzled~








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
Conditional Formatting for Rows based on one cell's outcome adnamadawn Excel Discussion (Misc queries) 3 January 12th 07 05:18 PM
Weird formatting on inserted rows Bahookie Excel Discussion (Misc queries) 1 November 14th 06 01:41 PM
Unknown formatting on inserted rows...? Bahookie Excel Discussion (Misc queries) 3 November 14th 06 01:13 PM
Conditional formatting for rows? FTM New Users to Excel 4 November 8th 06 04:07 PM
How to get more than 3 rows in Conditional Formatting Shants Excel Discussion (Misc queries) 1 May 29th 06 07:41 PM


All times are GMT +1. The time now is 03:45 PM.

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"