Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
RES RES is offline
external usenet poster
 
Posts: 1
Default MS Excel 2000 - Data Delete Help Needed

I have a worksheet that contaings 6 columns of information. One of the
columns is named "% complete". If a number in this "% Complete" cell
= 100, I would like to create a macro to remove this row from the
current worksheet and move it to another worksheet.

Can someone help me with this? I assume it would be done Visual Basic
but I'm not knowledgable on this.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default MS Excel 2000 - Data Delete Help Needed

something like (untested)
for each c in range("a4:a400")
if c=100 then entire.row move
sheets("sheet2").range("a65536").end(xlup).row+1
next

--
Don Guillett
SalesAid Software

"RES" wrote in message
om...
I have a worksheet that contaings 6 columns of information. One of the
columns is named "% complete". If a number in this "% Complete" cell
= 100, I would like to create a macro to remove this row from the
current worksheet and move it to another worksheet.

Can someone help me with this? I assume it would be done Visual Basic
but I'm not knowledgable on this.

Thanks



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
How do I delete old excel files that aren't needed anymore? Dlhunt50 Excel Discussion (Misc queries) 2 March 29th 07 04:52 PM
RE Excel: Once a list is created, how do you delete it if needed? JNAY Excel Worksheet Functions 2 July 8th 06 05:38 PM
Regexp needed in Excel 2000 Mr. Me Excel Discussion (Misc queries) 14 August 2nd 05 08:01 PM
How to delete duplicate rows in Excel 2000? PAL@Emory Excel Discussion (Misc queries) 1 January 28th 05 03:08 PM
Help needed with textbox formatting in Excel 2000 JIMBROOKS Excel Discussion (Misc queries) 1 January 1st 05 03:33 PM


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