|
-- 會員 / 註冊 --
|
|
|
|
Excel VBA速查寶典 ( 簡體 字) |
作者:非常掌上寶編委會 | 類別:1. -> Office -> OFFICE -> EXCEL |
譯者: |
出版社:電子科技大學出版社/北京希望電子出版社 | 3dWoo書號: 3584 詢問書籍請說出此書號!【缺書】 【不接受訂購】 |
出版日:10/1/2006 |
頁數:289 |
光碟數:0 |
|
站長推薦: |
印刷:黑白印刷 | 語系: ( 簡體 版 ) |
|
【不接受訂購】 | ISBN:7811142317 |
作者序 | 譯者序 | 前言 | 內容簡介 | 目錄 | 序 |
(簡體書上所述之下載連結耗時費功, 恕不適用在台灣, 若讀者需要請自行嘗試, 恕不保證) |
作者序: |
譯者序: |
前言: |
內容簡介:本書從Excel VBA的基礎入門講起,收錄了Excel VBA語法中常用的集合、對象及方法。讀者可以按照字母順序在最短的時間內查找自己所需要的VBA功能。參照書中豐富的實例及清晰明了的步驟,讀者還可以深入了解各個語法的使用方法及對應的窗口菜單命令操作,將枯燥的語法與可視化視窗命令完美地結合起來。 本書是一本學習Excel VBA所必備的語法工具書,不但可以作為Excel初級讀者的進階學習手冊,也是各個層次Excel用戶查閱學習的案頭寶典。 |
目錄:第1章 VBA入門 1 1.1 概述 2 1.2 通過宏來認識VBA 2 1.2.1 錄制宏 3 1.2.2 運行宏 8 1.3 第一個VBA程序 9 1.4 常量和變量 12 1.4.1 常量 12 1.4.2 變量 13 1.5 VBA中的數據類型 14 1.5.1 Boolean數據類型 14 1.5.2 Byte數據類型 15 1.5.3 Currency數據類型 15 1.5.4 Data數據類型 15 1.5.5 Decimal數據類型 15 1.5.6 Double數據類型 16 1.5.7 Integer數據類型 16 1.5.8 Long數據類型 16 1.5.9 Object數據類型 16 1.5.10 Single數據類型 16 1.5.11 String數據類型 17 1.5.12 用戶自定義數據類型 17 1.5.13 Variant數據類型 17 1.6 數組 17 1.6.1 靜態數組 18 1.6.2 動態數組 19 1.6.3 數組的基本操作 20 1.7 運算符 20 1.7.1 算術運算符 21 1.7.2 比較運算符 22 1.7.3 連接運算符 23 1.8 分支語句 23 1.8.1 Select Case語句 23 1.8.2 With語句 26 1.9 判斷語句 28 1.10 循環語句 30 1.10.1 Do…Loop語句 30 1.10.2 For…Next語句 31 1.10.3 For Each…Next語句 33 1.10.4 While…Wend語句 34 1.11 過程和函數 34 1.11.1 Function過程 35 1.11.2 Sub過程 37 1.11.3 參數傳遞 38 第2章 對象速查 44 A 45 AddIn 45 Adjustments 46 Application 46 Assistant 47 AutoCorrect 47 AutoFilter 47 C 48 Cells 48 Chart 48 Characters 對象 49 Comment 對象 50 D 50 DataLabel 50 Dialog 50 F 51 FillFormat 51 Filter 51 Floor 52 Font 53 FreeformBuilder 53 G 54 Gridlines 54 H 55 HPageBreak 55 Hyperlink 55 I 56 Interior 56 L 56 Legend 56 LegendEntry 57 LegendKey 58 LineFormat 58 N 59 Name 59 O 59 Outline 59 P 60 PageSetup 60 Pane 60 PictureFormat 60 PivotCache 61 PivotField 62 PivotItem 62 PivotTable 62 PlotArea 63 Point 64 PublishObject 64 R 65 Range 65 RecentFile 65 RecentFile 65 RoutingSlip 66 Range 66 S 66 Series 66 SeriesLines 67 ShadowFormat 68 Shape 68 Sheets 69 T 69 Trendline 69 TextEffectFormat 70 TextFrame 71 ThreeDFormat 71 TickLabels 72 U 73 UpBars 73 V 74 VPageBreak 74 W 74 Window 74 Workbook 74 Worksheets 75 第3章 事件速查 76 A 77 Activate事件 77 B 77 BeforeClose事件 77 BeforeDoubleClick事件 78 BeforePrint事件 78 BeforeRightClick事件 79 BeforeSave事件 79 C 80 Calculate事件 80 Change事件 80 D 81 Deactivate事件 81 F 81 FollowHyperlink事件 81 G 82 GotFocus事件 82 L 83 LostFocus事件 83 M 83 MouseDown事件 83 MouseMove事件 84 MouseUp事件 85 N 85 NewSheet事件 85 O 86 Open事件 86 R 86 Resize事件 86 S 87 SelectionChange事件 87 SheetActivate事件 88 SheetBeforeDoubleClick事件 88 SheetBeforeRightClick事件 89 SheetCalculate事件 89 SheetChange事件 90 SheetDeactivate事件 90 SheetFollowHyperlink事件 91 SheetSelectionChange事件 91 W 92 WindowActivate事件 92 WindowDeactivate事件 92 WindowResize事件 93 第4章 方法速查 94 A 95 Activate方法 95 ActivateNext方法 95 ActivatePrevious方法 95 AddCallout方法 96 AddComment方法 96 AddConnector方法 96 AddFormControl方法 97 AddItem方法 97 AddLabel方法 98 AddLine方法 98 AddNodes 方法 99 AddPicture方法 99 AddShape方法 100 AddTextbox 方法 100 AddTextEffect 方法 100 Align 方法 101 AutoFilter 方法 101 Apply方法 102 ApplyCustomType方法 102 Arrange方法 102 AutoFill 方法 103 AutoFit 方法 103 AutoFormat 方法 103 B 104 BarGroups方法 104 BeginConnect 方法 105 BeginDisconnect 方法 105 BorderAround 方法 106 BringToFront 方法 107 BuildFreeform 方法 107 C 108 Calculate 方法 108 ChangeFileAccess 方法 108 CentimetersToPoints 方法 108 Characters 方法 109 ChartGroups 方法 109 ChartObjects 方法 110 ChartWizard 方法 110 Clear 方法 111 ClearComments 方法 111 ClearContents 方法 111 ClearFormats 方法 111 ClearNotes 方法 111 ClearOutline 方法 112 Close 方法 112 Copy 方法 112 CopyPicture 方法 113 CustomDrop 方法 113 Cut 方法 113 D 114 DataLabels方法 114 DataSeries方法 114 Delete方法 114 Deselect方法 115 DoubleClick方法 115 Duplicate方法 115 E 116 EndConnect方法 116 EndDisconnect方法 116 ErrorBar方法 116 ExecuteExcel4Macro方法 117 Export方法 117 Extend方法 117 F 118 FillAcrossSheets 方法 118 FillDown 方法 118 FillLeft 方法 118 FillRight 方法 118 FillUp 方法 118 Find 方法 119 FindFile 方法 119 FindNext 方法 119 FindPrevious方法 120 Flip方法 121 FunctionWizard 方法 121 G 122 GetOpenFilename方法 122 GetSaveAsFilename 方法 122 Goto 方法 123 Group 方法(1) 123 Group 方法(2) 123 H 124 Help 方法 124 I 124 InchesToPoints 方法 124 IncrementBrightness 方法 124 IncrementContrast 方法 125 IncrementLeft 方法 125 IncrementOffsetX 方法 125 IncrementOffsetY方法 125 IncrementRotationX 方法 125 IncrementTop 方法 126 InputBox 方法 126 Insert 方法 126 Item 127 J 127 Justify 方法 127 L 127 LargeScroll 方法 127 List 方法 127 Location方法 128 M 128 Merge方法 128 Move方法 128 N 128 NewSeries方法 128 Next 方法 129 NoteText 方法 129 O 129 OnKey方法 129 OnUndo方法 130 Open方法 130 OpenText方法 131 P 131 Paste 方法 131 PasteSpecial 方法 131 PointsToScreenPixelsY 方法 133 PresetDrop 方法 133 PresetGradient 方法 133 PresetTextured 方法 134 Previous 方法 134 PrintOut 方法 134 PrintPreview 方法 134 Protect 方法 135 Q 135 Quit 方法 135 R 135 RangeFromPoint 方法 135 Regroup 方法 136 RemoveAllItems 方法 136 RemoveItem 方法 136 Replace 方法 136 ResetAllPageBreaks方法 137 ResetColors 方法 137 ResetRotation 方法 137 RunAutoMacros 方法 137 Save 方法 138 SaveAs 方法 138 SaveCopyAs 方法 138 SaveWorkspace 方法 139 ScaleHeight 方法 139 ScaleWidth 方法 139 Select 方法 139 SetBackgroundPicture 方法 140 SetSourceData 方法 140 Show 方法 140 Sort 方法 140 T 141 Text 方法 141 TextToColumns 方法 141 ToggleVerticalText 方法 141 Trendlines 方法 142 TwoColorGradient 方法 142 U 143 Undo 方法 143 Ungroup 方法 143 Union 方法 143 UnMerge 方法 144 Unprotect 方法 144 UserPicture 方法 144 UserTextured 方法 145 V 145 Volatile 方法 145 W 145 Wait 方法 145 X 146 XYGroups方法 146 Z 146 ZOrder方法 146 第5章 屬性速查 147 A 148 ActiveCell屬性 148 ActiveChart屬性 148 ActiveSheet屬性 148 ActiveWindow屬性 148 ActiveWorkbook屬性 149 AddIndent 屬性 149 Address屬性 149 Areas屬性 149 AutoFilter屬性 150 AutoFilterMode屬性 150 AutoScaleFont屬性 150 AutoScaling屬性 150 AutoShapeType屬性 151 AutoSize屬性 151 AutoText屬性 151 AxisTitle屬性 152 B 152 BackColor屬性 152 Background屬性 152 Backward屬性 153 BarShape屬性 153 BaseUnit屬性 153 BeginArrowheadLength屬性 154 BeginArrowheadStyle屬性 154 BeginArrowheadWidth屬性 155 BlackAndWhite屬性 155 Bold屬性 155 Border屬性 156 Borders屬性 156 BottomMargin屬性 157 BottomRightCell屬性 158 Build屬性 158 BuiltinDocumentProperties屬性 158 C 159 Callout屬性 159 CapitalizeNamesOfDays屬性 159 Caption屬性 159 CategoryType屬性 160 CellDragAndDrop屬性 160 Cells屬性 160 CenterFooter屬性 160 CenterHeader屬性 161 CenterHorizontally屬性 161 CenterVertically屬性 161 Characters屬性 162 Chart屬性 162 ChartArea屬性 162 Charts屬性 163 ChartSize屬性 163 ChartTitle屬性 164 ChartType屬性 164 Color屬性 164 ColorIndex屬性 164 Colors屬性 165 Columns屬性 165 ColumnWidth屬性 166 Comments屬性 166 ConnectionSiteCount屬性 166 Connector屬性 167 ConnectorFormat屬性 167 Contrast屬性 167 ControlCharacters屬性 168 Corners屬性 168 CorrectCapsLock屬性 168 CorrectSentenceCap屬性 168 Count屬性 168 CreateBackup屬性 169 Criteria1屬性 169 Criteria2屬性 169 CropBottom屬性 170 CropLeft屬性 170 CropRight屬性 170 CropTop屬性 171 Crosses屬性 171 Cursor屬性 172 CursorMovement屬性 172 CurrentRegion屬性 172 CutCopyMode屬性 173 D 173 DashStyle屬性 173 DataTable屬性 174 Date1904屬性 174 DefaultFilePath屬性 174 DefaultSaveFormat屬性 175 DefaultSheetDirection屬性 175 Depth屬性 175 DepthPercent屬性 175 Dialogs屬性 175 DisplayBlanksAs屬性 176 DisplayEquation屬性 176 DisplayFormulaBar屬性 176 DisplayFormulas屬性 177 DisplayFullScreen屬性 177 DisplayGridlines屬性 177 DisplayHeadings屬性 178 DisplayHorizontalScrollBar屬性 178 DisplayNoteIndicator屬性 178 DisplayPageBreaks屬性 178 DisplayRecentFiles屬性 179 DisplayStatusBar屬性 179 DisplayVerticalScrollBar屬性 179 DisplayWorkbookTabs屬性 179 DisplayZeros屬性 179 DownBars屬性 180 Draft屬性 180 Drop屬性 180 DropLines屬性 180 E 181 EditDirectlyInCell 181 Elevation屬性 181 Enabled屬性 182 EnableEvents屬性 182 EnableResize屬性 182 EnableSelection屬性 182 End屬性 183 EndArrowheadLength屬性 183 EndArrowheadStyle屬性 183 EndArrowheadWidth屬性 184 EndConnected屬性 184 EndConnectedShape屬性 184 EndStyle屬性 185 EntireColumn屬性 185 EntireRow屬性 186 ErrorBars屬性 186 Extent屬性 186 ExtrusionColor屬性 186 ExtrusionColorType屬性 187 F 187 FileFormat屬性 187 FileSearch屬性 188 Fill屬性 188 Filters屬性 189 FirstSliceAngle屬性 189 FitToPagesTall屬性 189 FitToPagesWide屬性 189 FixedDecimal屬性 190 FixedDecimalPlaces屬性 190 Floor屬性 191 Font屬性 191 FontBold屬性 191 FontItalic屬性 191 FontSize屬性 191 FontStyle屬性 192 FooterMargin屬性 192 ForeColor屬性 193 FormControlType屬性 193 FormulaHidden屬性 193 FormulaR1C1屬性 194 Forward屬性 194 FreezePanes屬性 194 FullName屬性 194 G 194 Gap屬性 194 GapDepth屬性 195 GapWidth屬性 195 GradientColorType屬性 196 GradientDegree屬性 196 GradientStyle屬性 196 GradientVariant屬性 197 GridlineColor屬性 197 GridlineColorIndex屬性 198 H 198 Has3DEffect屬性 198 HasAxis屬性 198 HasBorderHorizontal屬性 199 HasBorderOutline屬性 199 HasBorderVertical屬性 199 HasDataLabel屬性 199 HasDataLabels屬性 200 HasDataTable屬性 200 HasDropLines屬性 201 HasFormula屬性 201 HasHiLoLines屬性 201 HasLegend屬性 202 HasMajorGridlines屬性 202 HasMinorGridlines屬性 203 HasPassword屬性 203 HasTitle屬性 203 HasUpDownBars屬性 203 HeaderMargin屬性 204 Height屬性 204 HeightPercent屬性 204 Hidden屬性 204 HiLoLines屬性 204 HorizontalAlignment屬性 205 HorizontalFlip屬性 205 Hyperlink屬性 206 I 206 IncludeAlignment屬性 206 IncludeBorder屬性 206 IncludeFont屬性 206 IncludeNumber屬性 207 IncludePatterns屬性 207 IncludeProtection屬性 207 IndentLevel屬性 208 Index屬性 208 InsideHeight屬性 208 InsideLeft屬性 209 InsideTop屬性 209 InsideWidth屬性 209 Interactive屬性 209 Intercept屬性 209 InterceptIsAuto屬性 210 Interior屬性 210 Italic屬性 211 Item屬性 211 K 212 KernedPairs屬性 212 L 212 LargeChange屬性 212 LeaderLines屬性 212 Left屬性 213 LeftFooter屬性 213 LeftHeader屬性 213 LeftMargin屬性 213 Legend屬性 214 LegendKey屬性 214 Length屬性 214 Line屬性 215 Line3DGroup屬性 215 LineStyle屬性 215 LinkedCell屬性 215 ListCount屬性 216 ListFillRange屬性 216 ListIndex屬性 216 Location屬性 216 LockAspectRatio屬性 217 LockedText屬性 217 M 217 MajorGridlines屬性 217 MajorTickMark屬性 217 MajorUnit屬性 218 MarginBottom屬性 218 MarginLeft屬性 219 MarginRight屬性 219 MarginTop屬性 219 MarkerBackgroundColor屬性 219 MarkerBackgroundColorIndex屬性 220 MarkerForegroundColor屬性 220 MarkerForegroundColorIndex屬性 221 MarkerSize屬性 221 MarkerStyle屬性 222 Max屬性 222 Maximum屬性 223 MaximumScale屬性 223 MaximumScaleIsAuto屬性 223 MemoryFree屬性 223 MemoryTotal屬性 223 MemoryUsed屬性 224 Min屬性 224 MinimumScale屬性 225 MinimumScaleIsAuto屬性 225 MinorGridlines屬性 225 MinorTickMark屬性 225 MinorUnit屬性 226 MinorUnitIsAuto屬性 226 MinorUnitScale屬性 226 MouseAvailable屬性 227 MoveAfterReturn屬性 227 MoveAfterReturnDirection屬性 228 N 228 Name屬性 228 NameIsAuto屬性 228 Next屬性 229 Nodes屬性 229 NormalizedHeight屬性 229 NumberFormatLinked屬性 229 O 230 Obscured屬性 230 Offset屬性 230 OffsetX屬性 230 OffsetY屬性 230 OLEFormat屬性 231 OnAction屬性 231 OnWindow屬性 231 Order屬性 231 OperatingSystem屬性 231 Orientation屬性 232 Outline屬性 232 OutlineFont屬性 233 OutlineLevel屬性 233 Overlap屬性 233 P 233 PageBreak屬性 233 PageSetup屬性 234 Panes屬性 234 PaperSize屬性 234 Parent屬性 234 Path屬性 235 PathSeparator屬性 235 Pattern屬性 235 PatternColor屬性 235 PatternColorIndex屬性 235 Period屬性 236 Perspective屬性 236 PictureFormat屬性 236 PictureType屬性 236 PlotArea屬性 237 PlotBy屬性 237 PlotOrder屬性 237 PlotVisibleOnly屬性 237 Points屬性 238 Position屬性 238 PrefixCharacter屬性 239 PresetExtrusionDirection屬性 239 PresetGradientType屬性 240 PresetLightingSoftness屬性 241 PresetMaterial屬性 242 PresetShape屬性 242 PresetTextEffect屬性 242 PresetTexture屬性 242 PresetThreeDFormat屬性 243 Previous屬性 243 PrintArea屬性 243 PrintComments屬性 243 PrintGridlines屬性 244 PrintHeadings屬性 244 PrintNotes屬性 244 PrintObject屬性 245 PrintTitleColumns屬性 245 PrintTitleRows屬性 245 ProtectChartObject屬性 245 ProtectContents屬性 245 ProtectData屬性 246 ProtectDrawingObjects屬性 246 ProtectFormatting屬性 246 ProtectGoalSeek屬性 247 ProtectionMode屬性 247 ProtectScenarios屬性 247 ProtectSelection屬性 248 ProtectStructure屬性 248 ProtectWindows屬性 248 Q 249 QueryTables屬性 249 R 249 Range屬性 249 ReadingOrder屬性 249 ReadOnly屬性 249 RecentFiles屬性 250 ReferenceStyle屬性 250 Resize屬性 250 ReversePlotOrder屬性 250 RGB屬性 251 RightFooter屬性 251 RightHeader屬性 252 RightMargin屬性 252 Rotation屬性 252 RotationX屬性 252 RotationY屬性 252 Row屬性 253 RowColSettings屬性 253 RowHeight屬性 253 Rows屬性 253 S 254 ShapeRange屬性 254 Shapes屬性 254 Sheets屬性 254 ShowWindow屬性 254 ShowWindowsInTaskbar屬性 255 ShrinkToFit屬性 255 Size屬性 255 SizeWithWindow屬性 256 Smooth屬性 256 Split屬性 256 SplitColumn屬性 257 SplitHorizontal屬性 257 SplitRow屬性 257 SplitVertical屬性 257 StandardFont屬性 257 StandardFontSize屬性 258 StandardHeight屬性 258 StandardWidth屬性 258 StatusBar屬性 258 Strikethrough屬性 258 Styles屬性 259 Subscript屬性 259 Superscript屬性 260 SurfaceGroup屬性 260 T 260 TableRange2屬性 260 TabRatio屬性 261 Text屬性 261 TextFrame屬性 261 TextToDisplay屬性 262 ThisWorkbook屬性 262 ThreeD屬性 262 TickLabelPosition屬性 262 TickLabelSpacing屬性 263 TickMarkSpacing屬性 263 Top屬性 263 TopLeftCell屬性 264 TopMargin屬性 264 Type屬性 264 U 265 Underline屬性 265 UpBars屬性 266 UsableHeight屬性 266 UsableWidth屬性 266 UsedRange屬性 266 UserName屬性 266 UseStandardHeight屬性 267 UseStandardWidth屬性 267 V 267 Value屬性 267 VaryByCategories屬性 268 Version屬性 268 VerticalAlignment屬性 269 Visible屬性 269 VPageBreaks屬性 269 W 269 Walls屬性 269 Weight屬性 270 Width屬性 270 WindowNumber屬性 270 Windows屬性 270 WindowState屬性 270 Workbooks屬性 271 Worksheet屬性 271 WorksheetFunction屬性 271 Worksheets屬性 271 WrapText屬性 272 X 272 XValues屬性 272 Z 272 Zoom屬性 272 |
序: |
|