Excelのこととか色々

Excel のこととか楽天とか いろいろ書いてみます・・・

Efficiency

【Excel/VBA 05】Copy and Paste Value Macro

COUNTIF copy and pastevalue COUNTIF function can be used when calculating how many same date is exists or checking same data is no duplicated. However, this function makes your computer slow because it re-calculates every time the sheet is…

【Excel/VBA】AutoFilter, Filtering For Blanks or Not Blanks

This macro filter for blanks or non-blanks by one click. I take "Split" function just I learned and array for this macro. You will see how to get the range of the AutoFilter, and this made my macro works on any Excel books

【Excel/VBA 04】Select and Copy to The End Row LastRow/Selection)

You can select cells from the the first to the end if press Ctrl + Shift + Arrow key. However, if there is a blank cell or cells are merged, you cannot reach to the end. This macro reaches the end cell even if there are hundreds of blank c…