Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 60
Default create a macro that looks for (repost)

1. it is not necessary to insert a row
2. contents move below
3. need formatting copied as well
thanks so much for your help

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 415
Default create a macro that looks for (repost)

It may help if you actually posted a question, rather a list of ...
requirements ?

NicHK

"andresg1975" ...
1. it is not necessary to insert a row
2. contents move below
3. need formatting copied as well
thanks so much for your help



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default create a macro that looks for (repost)

Are we supposed to search for your original post to find out what the
question is. At least in the view I have, it isn't associated with this one.
Or is this your question, in which case I have no ideas what you are asking
but for grins:

ActiveCell.Copy
Activesheet.Next.Range("A9").Insert Shift:=xlShiftDown



--
Regards,
Tom Ogilvy


"andresg1975" wrote:

1. it is not necessary to insert a row
2. contents move below
3. need formatting copied as well
thanks so much for your help

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 60
Default create a macro that looks for (repost)

this is the question thanks
can u help me on this:
let's say i have rows like these:
B C D E
3020 0 28TH 28TH ST

3020 0 ACME ACME AWNING

The macro should find 3020 in column B, take cells in colums B C D E in that
row and bring them one
row down, continue the same procedure over and over



"NickHK" wrote:

It may help if you actually posted a question, rather a list of ...
requirements ?

NicHK

"andresg1975" ...
1. it is not necessary to insert a row
2. contents move below
3. need formatting copied as well
thanks so much for your help




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 415
Default create a macro that looks for (repost)

Tom,
Amazing, you got it in one. I'm sure that's the correct code.
It works for me.

NickHK

"Tom Ogilvy" ...
Are we supposed to search for your original post to find out what the
question is. At least in the view I have, it isn't associated with this
one.
Or is this your question, in which case I have no ideas what you are
asking
but for grins:

ActiveCell.Copy
Activesheet.Next.Range("A9").Insert Shift:=xlShiftDown



--
Regards,
Tom Ogilvy


"andresg1975" wrote:

1. it is not necessary to insert a row
2. contents move below
3. need formatting copied as well
thanks so much for your help





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 269
Default create a macro that looks for (repost)

andresg, I answered your original post. I apologize if I added to the
confusion. James
andresg1975 wrote:
this is the question thanks

can u help me on this:
let's say i have rows like these:
B C D E
3020 0 28TH 28TH ST

3020 0 ACME ACME AWNING

The macro should find 3020 in column B, take cells in colums B C D E in that
row and bring them one
row down, continue the same procedure over and over



"NickHK" wrote:

It may help if you actually posted a question, rather a list of ...
requirements ?

NicHK

"andresg1975" ...
1. it is not necessary to insert a row
2. contents move below
3. need formatting copied as well
thanks so much for your help





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
macro to delete lines based on a value - Repost MarkT Excel Discussion (Misc queries) 2 October 19th 06 03:43 PM
How to create a view option (or hide/unhide preselected cells) (Repost from Misc) Turquoise_dax[_2_] Excel Programming 4 June 15th 06 08:45 PM
repost: Need Help With Steaming Data Macro rnrss[_12_] Excel Programming 7 October 17th 05 06:47 PM
RePost - Calling a Macro from a key RWN Excel Programming 8 March 19th 05 12:50 AM
Macro to Delete - repost Dan Excel Programming 0 September 18th 04 12:57 AM


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