From 8fda98519ccaafaa9d134141f19647d7745bdb03 Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Thu, 17 Dec 2015 17:32:11 -0500 Subject: [PATCH] Delete testCCFMTMultiple.ps1 --- testCCFMTMultiple.ps1 | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 testCCFMTMultiple.ps1 diff --git a/testCCFMTMultiple.ps1 b/testCCFMTMultiple.ps1 deleted file mode 100644 index 39d37d9..0000000 --- a/testCCFMTMultiple.ps1 +++ /dev/null @@ -1,19 +0,0 @@ -ipmo importexcel -Force - -$f = "$pwd\test.xlsx" -rm $f -ErrorAction Ignore - -$p=@{ - ConditionalFormat = "ThreeIconSet" - IconType = "Signs" - Reverse = $true -} - -$RuleHandles = New-ConditionalFormattingIconSet -Address "C:C" @p -$RulePM = New-ConditionalFormattingIconSet -Address "D:D" @p - -ps | - Where company | - Select Company, Name, Handles, PM | - Sort Handles -Descending | - Export-Excel $f -Show -AutoSize -ConditionalFormat $RuleHandles,$RulePM \ No newline at end of file