终极解决excel“不同单元格格式太多”的问题

终极解决excel“不同单元格格式太多”的问题

ID:14212736

大小:27.50 KB

页数:3页

时间:2018-07-26

终极解决excel“不同单元格格式太多”的问题_第1页
终极解决excel“不同单元格格式太多”的问题_第2页
终极解决excel“不同单元格格式太多”的问题_第3页
资源描述:

《终极解决excel“不同单元格格式太多”的问题》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、终极解决EXCEL“不同单元格格式太多”的问题2009-06-2414:35在格式超过4000的Excel表里录制一个新宏,内容如下所示:SubDeleteUnusedCustomNumberFormats()DimBufferAsObjectDimShAsObjectDimSaveFormatAsVariantDimfFormatAsVariantDimnFormat()AsVariantDimxFormatAsLongDimCounterAsLongDimCounter1AsLongDimCounter2AsLongDimStartRowAsLongDimEndRo

2、wAsLongDimDummyAsVariantDimpPresentAsBooleanDimNumberOfFormatsAsLongDimAnswerDimcAsObjectDimDataStartAsLongDimDataEndAsLongDimAnswerTextAsStringNumberOfFormats=1000ReDimnFormat(0ToNumberOfFormats)AnswerText="Doyouwanttodeleteunusedcustomformatsfromtheworkbook?"AnswerText=AnswerText&Chr(1

3、0)&"Togetalistofusedandunusedformatsonly,chooseNo."Answer=MsgBox(AnswerText,259)IfAnswer=vbCancelThenGoToFinitoOnErrorGoToFinitoWorksheets.Add.Moveafter:=Worksheets(Worksheets.Count)Worksheets(Worksheets.Count).Name="CustomFormats"Worksheets("CustomFormats").ActivateSetBuffer=Range("A2")

4、Buffer.SelectnFormat(0)=Buffer.NumberFormatLocalCounter=1DoSaveFormat=Buffer.NumberFormatLocalDummy=Buffer.NumberFormatLocalDoEventsSendKeys"{tab3}{down}{enter}"Application.Dialogs(xlDialogFormatNumber).ShowDummynFormat(Counter)=Buffer.NumberFormatLocalCounter=Counter+1LoopUntilnFormat(C

5、ounter-1)=SaveFormatReDimPreservenFormat(0ToCounter-2)Range("A1").Value="Customformats"Range("B1").Value="Formatsusedinworkbook"Range("C1").Value="Formatsnotused"Range("A1:C1").Font.Bold=TrueStartRow=3EndRow=16384ForCounter=0ToUBound(nFormat)Cells(StartRow,1).Offset(Counter,0).NumberForm

6、atLocal=nFormat(Counter)Cells(StartRow,1).Offset(Counter,0).Value=nFormat(Counter)NextCounterCounter=0ForEachShInActiveWorkbook.WorksheetsIfSh.Name="CustomFormats"ThenExitForForEachcInSh.UsedRange.CellsfFormat=c.NumberFormatLocalIfApplication.WorksheetFunction.CountIf(Range(Cells(StartRo

7、w,2),Cells(EndRow,2)),fFormat)=0ThenCells(StartRow,2).Offset(Counter,0).NumberFormatLocal=fFormatCells(StartRow,2).Offset(Counter,0).Value=fFormatCounter=Counter+1EndIfNextcNextShxFormat=Range(Cells(StartRow,2),Cells(EndRow,2)).Find("").Row-2Counter2=0ForCounter=0ToUBound

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。