Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can you please show me how to perform the following in Excel, I am not an
Excel Programmer. I would like to have a command button that calls a subroutine that takes two parameters (orglevel2name and status.) sub Copy_Contents(orglevel2name as string, status as string) The routine needs to loop through a worksheet called "detail" The routine needs to loop through column p starting in row 4 until the end and compare the value of the cell to value of orglevel2name. If the value is the same it then needs to get value from column i (same row) and compare to status value. If that is also true it then needs to copy the row from column a to column t to another existing worksheet called "detail_format" Can you please show me the syntax to reference the source sheet "detail", loop though the column, get the value of the cell and copy to the destination sheet "detail_format" Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy method of worksheet class failed: trying to copy a hidden she | Excel Programming | |||
copy method of worksheet class failed: trying to copy a hidden she | Excel Programming | |||
copy method of worksheet class failed: trying to copy a hidden she | Excel Programming | |||
copy range on every worksheet (diff names) to a master worksheet (to be created) | Excel Programming | |||
Code to copy range vs Copy Entire Worksheet - can't figure it out | Excel Programming |