#1   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 11
Default count format excel vba

I'm sorry for this newbie,
'i have an excel sheet with 5 column and 1000 row
'how can i copy the row with value "product" on colum B(productcolumn)
to row 50, 100, 150, ... and new value "nextp" to colum E(ATTN COLUMN)
'in this column, have also another value named "articel", some articel
have less than 9 row
'and how can i insert new row artikel below this < 9 row articel?(the
articel must greater than 9)
'this is my tabel
'no name height width attn
'1 product 1 1
'2 articel 1 1
'3 articel 1 1
'4 packing 1 1

  #2   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 35,218
Default count format excel vba

Adding headers isn't usually a good idea. It can mess up sorts and filters and
other stuff.

Instead of copying the headers, maybe you could do this instead:

To always view the header:
Select A1 (so that the headers are visible visible)
select A2
window|Freeze panes.

Now when you scroll up/down, you'll always see row 1.

To print the headers on each piece of paper.
File|Page setup|sheet tab
in the rows to repeat at top, type 1:1

(do file|Print preview to check to see if it worked)

wrote:

I'm sorry for this newbie,
'i have an excel sheet with 5 column and 1000 row
'how can i copy the row with value "product" on colum B(productcolumn)
to row 50, 100, 150, ... and new value "nextp" to colum E(ATTN COLUMN)
'in this column, have also another value named "articel", some articel
have less than 9 row
'and how can i insert new row artikel below this < 9 row articel?(the
articel must greater than 9)
'this is my tabel
'no name height width attn
'1 product 1 1
'2 articel 1 1
'3 articel 1 1
'4 packing 1 1


--

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
Count cells by format GeneR Excel Worksheet Functions 2 December 28th 06 02:01 AM
Can one count cells having a certain format? i.e. using countif? KristinG Excel Worksheet Functions 1 August 8th 06 07:00 PM
Count and Sum cells with certain format (e.g. color) [email protected] Excel Worksheet Functions 2 November 8th 05 02:12 AM
Count Rows with Conditional Format? Ken Excel Discussion (Misc queries) 3 March 24th 05 02:27 PM
Count format changes Dr. Juzzy Excel Discussion (Misc queries) 2 January 30th 05 01:25 PM


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