Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I copied data from an excel worksheet; all this data contains IF formulas. Then in another column I paste special, as value, and I select the area in order to delete the blank cells (Go to Special, blank, delete) Unfortunately the application always says: "no cells found" and I cannot delete the empty cells in the selection. I have been told that probably since I have IF functions which may return a blank value ("") if a condition is/isn't met, the better route for deleting would be: For ... Each loop check for Cell.Value="" then ClearContents My question is: how can I write the instruction above in the macro to make it work? Thank you for your help ! Arno |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ClearContents terminating macro - using 2 workbooks | Excel Programming | |||
"ClearContents" command halts code | Excel Discussion (Misc queries) | |||
is it possible to execute write to the fields in another .xsl form a macro in another .xsl? e.g. some way to load another .xsl into an .xsl macro and write to its data? | Excel Worksheet Functions | |||
ClearContents command causes routine to stop | Excel Programming | |||
Write Command Output | Excel Programming |