A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Setting up and Configuration
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

count format excel vba



 
 
Thread Tools Display Modes
  #1  
Old February 16th, 2007, 04:35 PM posted to microsoft.public.excel.setup
[email protected]
external usenet poster
 
Posts: 4
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  
Old February 16th, 2007, 04:57 PM posted to microsoft.public.excel.setup
Dave Peterson
external usenet poster
 
Posts: 19,791
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
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:28 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.