|
-
Jan 6th, 2005, 05:38 AM
#1
Thread Starter
Member
Insert rows using a variable
When you insert rows in excel you need to tell excel which row you can't just do
Rows.Insert Shift:= xlDown
so i made a variable called linenumber which keeps track of the row number but then i can't seem to make it insert a row by reffering to the variable
eg
Rows(linenumber).insert shift:= xldown
could someone help.plz
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|