Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Techies,
I am very new to Excel VBA programming. I would like to write a macro for drawing a Pivot Table based on a selected data. The selected data might also contain Blank/Null values. Now my question is how do I remove those NULL values. Testdata Count a b c IAT1 IAT2 1 As you can see in the testdata above, the columns 'a' and 'b' doesnot contain any value. I would like to remove those columns. Is there any way how can filter it? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do you want to delete the columns if it contains only blank/null
or Do you want to delete the contents only if it contains only blank/ null |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Nov 26, 2:15*pm, Javed wrote:
Do you want to delete the columns if it contains only blank/null or Do you want to delete the contents only if it contains only blank/ null Hello Javed, Thanks for the reply. I would like to delete the columns if it contains only blank/null. Any help would be very greatly appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove blank rows | Excel Programming | |||
Remove blank row | Excel Discussion (Misc queries) | |||
Why does this code remove Duplicate Values, by showing only 1, but it does NOT show Unique values for some reason ? | Excel Programming | |||
Not showing blank and non blank items in filter mode for values | Excel Worksheet Functions | |||
Remove Blank Cells within each row | Excel Programming |