Sub FileQuote()
'
' FileQuote Macro
'
'
Sheets("Quotation Record").Select
Rows("2:2").Select
Application.CutCopyMode = False
Selection.Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
Sheets("Data").Select
Range("A2:N2").Select
Selection.Copy
Sheets("Quotation Record").Select
Range("A2:N2").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Sheets("Quotes").Select
Range("C3").Select
End Sub
How to clear a excel data sheet.
Sub ClearScreen()
'
' ClearScreen Macro
'
'
Range("C3").Select
Selection.ClearContents
Range("C4").Select
Selection.ClearContents
Range("C5").Select
Selection.ClearContents
Range("C6").Select
Selection.ClearContents
Range("C7").Select
Selection.ClearContents
Range("D9").Select
ActiveCell.FormulaR1C1 = "1"
Range("D11").Select
ActiveCell.FormulaR1C1 = "1"
Range("C13").Select
ActiveCell.FormulaR1C1 = "17"
Range("D15").Select
ActiveCell.FormulaR1C1 = "1"
Range("D17").Select
ActiveCell.FormulaR1C1 = "1"
Range("D19").Select
ActiveCell.FormulaR1C1 = "FALSE"
Range("C21").Select
ActiveCell.FormulaR1C1 = "0"
Range("C3").Select
End Sub
formulae, e.g. add, subtract, divide, multiply
functions e.g. SUM, AVERAGE, COUNT, COUNTIF, LOOKUP, INDEX, GOAL SEEK
Week 7 Look-up Functions Web view
logical functions e.g. IF, NOT, AND, OR, WHATIF
Week 5 Nested If Functions Web view
nested IF functions
Week 5 Nested If Functions Web view
data manipulation, e.g. sorting, grouping, filtering, pivoting data
Week 12 Sorts Filters Web view
importing and exporting data
Importing
Go to File > Open.
Select Text Files from the Open dialog box.
Locate and double-click the text file that you want to open.
Exporting
You can convert an Excel worksheet to a text file by using the Save As command.
Go to File > Save As.
The Save As dialog box appears.
In the Save as type box, choose the text file format for the worksheet.
For example, click Text (Tab delimited) or CSV (Comma delimited).
autofill
replication
relative and absolute cell referencing
using macros and buttons to initiate procedures.
use of data entry forms
restricting data input to acceptable values
protecting cells by hiding, locking and password protecting
ease of use techniques, e.g. list boxes and drop-down menus
automated data transfer between sheets or applications
adding user prompts and messages.
font size and style
merging cells
colours, borders, shading
conditional formatting
headers and footers
graphics
worksheet layout
graphics
colours, borders and shading
charts and graphs.
Week 4 Charts and Graphs Web view
Links to Learning Outcomes |
Links to Assessment criteria |
|
---|---|---|
Anonymous Assessment - Learners assess an anonymous piece of work containing deliberate mistakes against given success criteria.