Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I didn't get a runtime error on the modified line:
Set myC = Worksheets("Printout").Range("I6:I233").Find(What: ="", LookAt:=xlWhole) However, I did on this one: Range(myC, Range("I233")).Resize(, 5).Delete Shift:=xlUp until I also modified it to: Worksheets("Printout").Range(myC, Worksheets("Printout").Range("I233")).Resize(, 5).Delete Shift:=xlUp HTH, Merjet |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
moved vba code from macro to command button, now won't work | Excel Programming | |||
Code created in a Macro not working for a Command Button | Excel Programming | |||
Excel - keep a command button from moving after code runs? | Excel Programming | |||
macro code doesnt work in command button | Excel Programming | |||
generating sheet with command button & code | Excel Programming |